This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 418999fe382 libstdc++: Simplify lifetime of eh_globals variable [PR107500] new 3e2bdf2460a Do not use subword paradoxical subregs in emit_group_store new 0bdf10bdf1b Fix recent thinko in operand_equal_p new 679be32e664 Set nonzero bits for multiplication and divisions by a power of 2.
The 3 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/expr.cc | 26 +++++++-------- gcc/fold-const.cc | 18 +++-------- gcc/range-op.cc | 59 ++++++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/vrp122.c | 19 +++++++++++ gcc/testsuite/gcc.dg/tree-ssa/vrp123.c | 18 +++++++++++ gcc/testsuite/gnat.dg/opt99.adb | 15 +++++++++ gcc/testsuite/gnat.dg/opt99_pkg1.adb | 10 ++++++ gcc/testsuite/gnat.dg/opt99_pkg1.ads | 19 +++++++++++ gcc/testsuite/gnat.dg/opt99_pkg2.ads | 13 ++++++++ 9 files changed, 170 insertions(+), 27 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp122.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/vrp123.c create mode 100644 gcc/testsuite/gnat.dg/opt99.adb create mode 100644 gcc/testsuite/gnat.dg/opt99_pkg1.adb create mode 100644 gcc/testsuite/gnat.dg/opt99_pkg1.ads create mode 100644 gcc/testsuite/gnat.dg/opt99_pkg2.ads