This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allnoconfig in repository toolchain/ci/gcc.
from 0303907ea5d Daily bump. adds 897a73086b2 One more fix for PR 91333 - suboptimal register allocation [...] adds 26a591f2a47 testsuite,Darwin,PPC: Adjust darwin-abi-12.c for common sec [...] adds b817be038d9 c++: Fix ICE on invalid alignas in a template [PR93530] adds 75201e825d6 Daily bump. adds c3ccce5b47f coroutines: Bind label_decl of original function to actor function new f626ae54788 s390x: Fix popcounthi2_z196 expander [PR93533] new ae86ede8e98 [Fortran] Fix to strict associate check (PR93427) new 7c8e1f920a7 [OpenMP] Add missing parameters to omp_lib documentation (P [...] new e464fc90350 [OpenACC] bump version for 2.6 plus libgomp.texi update new 44f77a6dea2 This patch is for PR target/91816
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 | 29 +++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-cppbuiltin.c | 2 +- gcc/config/arm/arm-protos.h | 2 + gcc/config/arm/arm.c | 34 +++ gcc/config/arm/arm.md | 104 +++++++-- gcc/config/s390/s390.md | 27 ++- gcc/cp/ChangeLog | 12 + gcc/cp/coroutines.cc | 11 +- gcc/cp/decl.c | 2 +- gcc/doc/invoke.texi | 2 +- gcc/fortran/ChangeLog | 22 +- gcc/fortran/cpp.c | 2 +- gcc/fortran/gfortran.texi | 15 +- gcc/fortran/intrinsic.texi | 27 ++- gcc/fortran/invoke.texi | 4 - gcc/fortran/resolve.c | 3 +- gcc/ira-color.c | 11 + gcc/testsuite/ChangeLog | 43 ++++ gcc/testsuite/c-c++-common/cpp/openacc-define-3.c | 2 +- .../coroutines/torture/co-await-04-control-flow.C | 2 + gcc/testsuite/g++.dg/cpp0x/alignas18.C | 8 + gcc/testsuite/gcc.c-torture/compile/pr93533.c | 9 + gcc/testsuite/gcc.target/i386/pr91333.c | 2 +- gcc/testsuite/gcc.target/powerpc/darwin-abi-12.c | 2 + gcc/testsuite/gcc.target/s390/pr93533.c | 5 + gcc/testsuite/gfortran.dg/associate_51.f90 | 9 +- gcc/testsuite/gfortran.dg/associate_52.f90 | 24 ++ gcc/testsuite/gfortran.dg/openacc-define-3.f90 | 2 +- libgomp/ChangeLog | 12 + libgomp/libgomp.texi | 257 +++++++++++++++------ libgomp/openacc.f90 | 2 +- libgomp/openacc_lib.h | 2 +- .../libgomp.oacc-fortran/openacc_version-1.f | 2 +- .../libgomp.oacc-fortran/openacc_version-2.f90 | 2 +- 36 files changed, 565 insertions(+), 136 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/alignas18.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr93533.c create mode 100644 gcc/testsuite/gcc.target/s390/pr93533.c create mode 100644 gcc/testsuite/gfortran.dg/associate_52.f90