This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 093e2e1b201 Reset SCEV before removing unreachable globals. new 10bd26d6efe range-ops: Handle undefined ranges in frange op[12]_range [ [...] new e261fcefb71 irange: Compare nonzero bits in irange with widest_int [PR108639] new 76f7f0eddcb fortran: Fix up hash table usage in gfc_trans_use_stmts [PR108451] new e753080ab8a range-op: Handle op?.undefined_p () in op[12]_range of comp [...]
The 4 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/fortran/trans-decl.cc | 6 ++- gcc/range-op-float.cc | 56 ++++++++++++++++++++++++++ gcc/range-op.cc | 30 +++++++++++++- gcc/testsuite/g++.dg/torture/pr108647.C | 25 ++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr108638.c | 12 ++++++ gcc/testsuite/gcc.c-torture/compile/pr108639.c | 11 +++++ gcc/value-range.cc | 11 ++++- 7 files changed, 146 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr108647.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr108638.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr108639.c