This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 73f1d4e0116 Daily bump. new 935c21e2719 vec-lowering: Fix ABSU lowering [PR111285] new f6f61d99f57 backprop: Fix deleting of a phi node [PR116922] new cd53c305d46 phiopt: Reset the number of iterations information of a loo [...] new 7b9a1f91efe phiopt: Fix value_replacement for middle bb having phi node [...]
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/gimple-ssa-backprop.cc | 10 ++++-- gcc/testsuite/g++.dg/torture/vect-absu-1.C | 29 +++++++++++++++ gcc/testsuite/gcc.dg/torture/pr116922.c | 19 ++++++++++ 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 ++++++++ gcc/tree-vect-generic.cc | 10 +++++- 8 files changed, 201 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/vect-absu-1.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr116922.c 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