This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2e4e58bb43c libstdc++: Fix std::shared_ptr pretty printer for GDB 11 new a985742fc08 ranger: Fix up WIDEN_MULT_EXPR handling in the ranger [PR123978] new c4d53bc3c96 compare-elim: arm: enable compare-elimination on Arm [PR123604]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/compare-elim.cc | 2 ++ gcc/config/arm/arm.cc | 3 ++ gcc/gimple-range-op.cc | 32 +++++++---------- gcc/range-op.cc | 49 +++++++++++++++++++------- gcc/range-op.h | 11 +++--- gcc/testsuite/gcc.c-torture/execute/pr123978.c | 25 +++++++++++++ 6 files changed, 86 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr123978.c