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 eaf6cfabe54 tree-optimization/123741 - fix segfault with BB vect and ma [...] new 9e109a0b817 unswitch: Fix up one unguarded fprintf (dump_file, ...) [PR123736] new 786def4bda5 openmp: Fix up OpenMP loop parsing in templates [PR123597] new 33a0437ba59 builtins: Only fold abs/absu if it is sane [PR123703]
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/builtins.cc | 2 +- gcc/cp/parser.cc | 10 +++++++++- gcc/testsuite/g++.dg/gomp/pr123597.C | 25 +++++++++++++++++++++++++ gcc/testsuite/gcc.c-torture/compile/pr123703.c | 10 ++++++++++ gcc/tree-ssa-loop-unswitch.cc | 3 ++- 5 files changed, 47 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/pr123597.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr123703.c