This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-13 in repository gcc.
from 36e5f02e64b Fortran/OpenMP: Fix handling of strictly structured blocks new 2b9957c4975 Fortran's gfc_match_char: %S to match symbol with host_assoc adds e9e0b9e408f Daily bump. adds add2afa9e25 MATCH: Fix infinite loop between `vec_cond(vec_cond(a,b,0), [...] adds f3c2d8be15e Daily bump. adds 452a69cc676 Daily bump. adds 97fbb39524b Daily bump. adds 8a5fe7fc0c4 ada: Fix infinite loop with multiple limited with clauses adds 5c65cec0743 Daily bump. adds 16a4df27436 tree-ssa-strlen: optimization skips clobbering store [PR111519] adds f0efc4b25cb Ensure float equivalences include + and - zero. adds 162a5376286 Daily bump. adds f37fae519b7 LibF7: Implement atan2. adds c23aa9a6e4d Daily bump. adds 1c2bd0839e3 Do not add partial equivalences with no uses. adds a9f39860efa Daily bump. adds 3aaa6d4a922 Daily bump. adds 8ae7823fba8 Daily bump. adds 4d22de94543 rs6000: Skip empty inline asm in rs6000_update_ipa_fn_targe [...] adds cc87aaeceea rs6000: Use default target option node for callee by defaul [...] new d56305c421a Merge branch 'releases/gcc-13' into devel/omp/gcc-13
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/ChangeLog | 40 ++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 15 ++ gcc/ada/sem_ch10.adb | 170 ++++++++++++++--------- gcc/config/rs6000/rs6000.cc | 74 +++++----- gcc/fortran/ChangeLog.omp | 8 ++ gcc/fortran/match.cc | 6 +- gcc/gimple-range-cache.cc | 3 + gcc/match.pd | 5 + gcc/testsuite/ChangeLog | 22 +++ gcc/testsuite/g++.target/powerpc/pr111366.C | 48 +++++++ gcc/testsuite/gcc.c-torture/compile/pr111699-1.c | 7 + gcc/testsuite/gcc.dg/pr111694.c | 19 +++ gcc/testsuite/gcc.dg/torture/pr111519.c | 48 +++++++ gcc/testsuite/gcc.target/powerpc/pr111380-1.c | 20 +++ gcc/testsuite/gcc.target/powerpc/pr111380-2.c | 20 +++ gcc/tree-ssa-strlen.cc | 53 ++++--- gcc/value-relation.cc | 28 ++++ gcc/value-relation.h | 3 + libgcc/config/avr/libf7/ChangeLog | 6 + libgcc/config/avr/libf7/libf7-common.mk | 2 +- libgcc/config/avr/libf7/libf7.c | 60 +++++++- libgcc/config/avr/libf7/libf7.h | 2 +- 23 files changed, 532 insertions(+), 129 deletions(-) create mode 100644 gcc/testsuite/g++.target/powerpc/pr111366.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr111699-1.c create mode 100644 gcc/testsuite/gcc.dg/pr111694.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr111519.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr111380-1.c create mode 100644 gcc/testsuite/gcc.target/powerpc/pr111380-2.c