This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 94c7c67b82d rs6000: clean up testsuite power10_hw check new 8651714a78b Merge sibcall_local32/64 new ea69fcf9a03 Daily bump. new 9ad19a66d75 Fortran : Implicitly type parameter causes an invalid erro [...] new 6a48d12475c LTO: pick up -fcf-protection flag for the link step new f418bd4b92a openmp: Adjust outer bounds of non-rect loops
The 5 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 | 126 +++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.md | 45 +------ gcc/cp/ChangeLog | 10 ++ gcc/fortran/ChangeLog | 13 ++ gcc/fortran/decl.c | 15 ++- gcc/lto-opts.c | 15 +++ gcc/lto-wrapper.c | 44 ++++++- gcc/omp-expand.c | 3 +- gcc/omp-general.c | 129 ++++++++++++++++++- gcc/omp-general.h | 2 + gcc/testsuite/ChangeLog | 103 +++++++++++++++ gcc/testsuite/gfortran.dg/pr96038.f90 | 8 ++ libgcc/ChangeLog | 13 ++ libgomp/ChangeLog | 5 + libgomp/testsuite/libgomp.c/loop-21.c | 230 ++++++++++++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 22 ++++ 17 files changed, 730 insertions(+), 55 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr96038.f90 create mode 100644 libgomp/testsuite/libgomp.c/loop-21.c