This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/gcc.
from f9190a1c6d0 Fix broken use of alloca in C interoperability testcase adds 28006282028 MAINTAINERS: Add myself as a VAX port maintainer adds 5469d58d662 c++: P2360R0: Extend init-stmt to allow alias-decl [PR102617] adds 7d37abedf58 rs6000: Fixes for tests including only <x86intrin.h> adds c9bf4d4354b c++tools: Fix memory leak adds 99af0b2f0fe Fortran: error recovery on initializing invalid derived typ [...] adds cfcb27cfcb1 Fortran: do not restrict PDT KIND and LEN type parameters t [...] adds 8c59f411835 [PR102842] Consider all outputs in generation of matching reloads new 662f64a1f9e Fortran: [PDT] KIND and LEN type parameters are mutually exclusive new 0ec53a3df53 Fortran: error recovery on invalid code with SELECT TYPE new 65f711203d6 Fixup MAINTAINERS file
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: MAINTAINERS | 2 +- c++tools/resolver.cc | 14 +++-- gcc/config.gcc | 2 +- gcc/config/rs6000/{x86intrin.h => immintrin.h} | 31 ++++------ gcc/config/rs6000/{x86intrin.h => x86gprintrin.h} | 27 ++------- gcc/config/rs6000/x86intrin.h | 10 +--- gcc/cp/parser.c | 70 +++++++++++++---------- gcc/fortran/decl.c | 16 ------ gcc/fortran/resolve.c | 11 +++- gcc/fortran/symbol.c | 1 + gcc/lra-constraints.c | 17 ++---- gcc/testsuite/g++.dg/cpp23/init-stmt1.C | 31 ++++++++++ gcc/testsuite/g++.dg/cpp23/init-stmt2.C | 25 ++++++++ gcc/testsuite/g++.target/arm/pr102842.C | 30 ++++++++++ gcc/testsuite/gcc.target/powerpc/pr78102.c | 4 +- gcc/testsuite/gfortran.dg/pdt_32.f03 | 17 ++++++ gcc/testsuite/gfortran.dg/pdt_4.f03 | 4 +- gcc/testsuite/gfortran.dg/pr102816.f90 | 9 +++ gcc/testsuite/gfortran.dg/pr86551.f90 | 12 ++++ 19 files changed, 208 insertions(+), 125 deletions(-) copy gcc/config/rs6000/{x86intrin.h => immintrin.h} (56%) copy gcc/config/rs6000/{x86intrin.h => x86gprintrin.h} (54%) create mode 100644 gcc/testsuite/g++.dg/cpp23/init-stmt1.C create mode 100644 gcc/testsuite/g++.dg/cpp23/init-stmt2.C create mode 100644 gcc/testsuite/g++.target/arm/pr102842.C create mode 100644 gcc/testsuite/gfortran.dg/pdt_32.f03 create mode 100644 gcc/testsuite/gfortran.dg/pr102816.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr86551.f90