This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 75c24a08d69 Daily bump. new 047811579f0 cgraphunit: Avoid code generation differences based on -w/T [...] new a5a9400a846 if-conv: Fix -fcompare-debug bugs in ifcvt_local_dce [PR94283] new 565ab7efbdc loop-manip: Avoid -fcompare-debug issues in create_iv [PR94285]
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/ChangeLog | 20 ++++++++++++++++++++ gcc/cgraphunit.c | 12 ++++++------ gcc/testsuite/ChangeLog | 11 +++++++++++ gcc/testsuite/gcc.dg/pr94277.c | 11 +++++++++++ gcc/testsuite/gcc.target/i386/pr94283.c | 5 +++++ gcc/testsuite/gfortran.dg/pr94285.f90 | 5 +++++ gcc/tree-if-conv.c | 14 ++++++++------ gcc/tree-ssa-loop-manip.c | 12 +++++++++--- 8 files changed, 75 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr94277.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94283.c create mode 100644 gcc/testsuite/gfortran.dg/pr94285.f90