This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/gcc.
from a1516b50f29 testsuite: i386: Fix gcc.target/i386/avx512f-pr96891-3.c on [...] adds 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
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 1 + 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/testsuite/g++.dg/cpp23/init-stmt1.C | 31 ++++++++++ gcc/testsuite/g++.dg/cpp23/init-stmt2.C | 25 ++++++++ gcc/testsuite/gcc.target/powerpc/pr78102.c | 4 +- .../gfortran.dg/c-interop/cf-descriptor-5-c.c | 9 ++- 11 files changed, 130 insertions(+), 94 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