This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from e1db44e3060 c++/modules: Fix language linkage handling [PR122019] new 6348c1c263b tree-optimization/121370 - avoid UB in building a CHREC new 96777e13668 tree-optimization/121527 - wrong SRA with aggregate copy new 52438e5e580 tree-optimization/121659 - bogus swap of reduction operands new 6c02edca8d4 tree-optimization/121844 - IVOPTs and asm goto in latch new 732c0a78740 Deal with prior EH/abormal cleanup when fixing up noreturn calls new b9e703f0b42 tree-optimization/122016 - PRE insertion breaks abnormal co [...]
The 6 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/g++.dg/torture/pr121870.C | 20 ++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr121370.c | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr121844.c | 16 ++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr122016.c | 27 +++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/vect/pr121659.c | 11 +++++++++++ gcc/tree-scalar-evolution.cc | 11 +++++++++++ gcc/tree-sra.cc | 20 ++++++-------------- gcc/tree-ssa-loop-ivopts.cc | 13 +++++++------ gcc/tree-ssa-propagate.cc | 2 ++ gcc/tree-ssa-sccvn.cc | 6 ++++++ gcc/tree-vect-slp.cc | 11 ++++++++--- 11 files changed, 139 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/torture/pr121870.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr121370.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr121844.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr122016.c create mode 100644 gcc/testsuite/gcc.dg/vect/pr121659.c