This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3caa3a3f1a0 RISC-V: Fix testcases check. new ec5e99e9595 Do not try to logical fold floating point relations. new f884c133dde Correctly detect shifts out of range
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/gimple-range-fold.cc | 3 +++ gcc/range-op.cc | 4 ++-- gcc/testsuite/gcc.dg/pr108306.c | 29 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr108447.c | 33 +++++++++++++++++++++++++++++++++ 4 files changed, 67 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr108306.c create mode 100644 gcc/testsuite/gcc.dg/pr108447.c