This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 78ee8381bf0 optabs: Fix up checking for CALLs in newly added code by do [...] new 3c5fd3616f7 loop-invariant: Fix -fcompare-debug failure [PR103837] new 9258ac53cfc fold-const: Fix up fold_truth_andor_1 shift handling [PR103813]
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/fold-const.c | 14 ++++++++++++-- gcc/loop-invariant.c | 19 +++++++++++++++---- gcc/testsuite/gcc.c-torture/compile/pr103813.c | 10 ++++++++++ gcc/testsuite/gcc.dg/pr103837.c | 19 +++++++++++++++++++ 4 files changed, 56 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr103813.c create mode 100644 gcc/testsuite/gcc.dg/pr103837.c