This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from f3d5cd4c40b Daily bump. new 0d931663498 phiopt: Fix value_replacement for middle bb having phi node [...] new 6f0d80202b6 phiopt: Reset the number of iterations information of a loo [...]
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/testsuite/gcc.dg/torture/pr117243-1.c | 30 ++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr117243-2.c | 34 ++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr118922-1.c | 57 +++++++++++++++++++++++++++++++ gcc/tree-ssa-phiopt.cc | 15 ++++++++ 4 files changed, 136 insertions(+) create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr118922-1.c