This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from d77b7b294d6 Merge master r10-7344. adds 1f6c1c82eb5 c++: Avoid a suspicious -Wnoexcept warning [PR93805] adds 75fb811dfaa Verify the code used for the optimized comparison is valid [...] adds c86c99e6950 Update gcc es.po, sv.po. adds 75c24a08d69 Daily bump. adds 047811579f0 cgraphunit: Avoid code generation differences based on -w/T [...] adds a5a9400a846 if-conv: Fix -fcompare-debug bugs in ifcvt_local_dce [PR94283] adds 565ab7efbdc loop-manip: Avoid -fcompare-debug issues in create_iv [PR94285] adds 596c90d3559 arm: Fix arm {,u}subvdi4 and usubvsi4 expanders [PR94286] adds 906b3eb9df6 Improve endianess detection. adds c2211a60ff0 Fix OpenMP offload handling for target-link variables for n [...] adds 04099157691 Define __BIG_ENDIAN__ new 3ec741a478c Merge master r10-7355.
The 1 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 | 43 +++++ gcc/DATESTAMP | 2 +- gcc/cgraphunit.c | 12 +- gcc/config/arm/arm.md | 7 +- gcc/config/pa/pa.h | 1 + gcc/cp/ChangeLog | 6 + gcc/cp/except.c | 5 +- gcc/cp/method.c | 2 +- gcc/lto/ChangeLog | 5 + gcc/lto/lto.c | 1 + gcc/omp-offload.c | 14 +- gcc/po/ChangeLog | 4 + gcc/po/es.po | 66 ++++---- gcc/po/sv.po | 221 +++++++++++++------------- gcc/simplify-rtx.c | 51 ++++++ gcc/testsuite/ChangeLog | 26 +++ gcc/testsuite/g++.dg/warn/Wnoexcept2.C | 15 ++ gcc/testsuite/gcc.c-torture/compile/pr94144.c | 18 +++ gcc/testsuite/gcc.c-torture/compile/pr94238.c | 22 +++ gcc/testsuite/gcc.dg/pr94277.c | 11 ++ gcc/testsuite/gcc.dg/pr94286.c | 11 ++ gcc/testsuite/gcc.target/i386/pr94283.c | 5 + gcc/testsuite/gfortran.dg/pr94285.f90 | 5 + gcc/tree-if-conv.c | 14 +- gcc/tree-ssa-loop-manip.c | 12 +- include/ChangeLog | 5 + include/plugin-api.h | 65 +++++++- libgomp/ChangeLog | 5 + libgomp/testsuite/libgomp.c/target-link-1.c | 3 - 29 files changed, 482 insertions(+), 175 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/Wnoexcept2.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr94144.c create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr94238.c create mode 100644 gcc/testsuite/gcc.dg/pr94277.c create mode 100644 gcc/testsuite/gcc.dg/pr94286.c create mode 100644 gcc/testsuite/gcc.target/i386/pr94283.c create mode 100644 gcc/testsuite/gfortran.dg/pr94285.f90