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-aarch64-bootstrap_O3 in repository toolchain/ci/gcc.
from c3c669ac811 Darwin: Fixes for darwin_libc_has_function. adds 0e32a5aa8bc libiberty: Add support for D `typeof(*null)' types adds 34f3e0657a1 libiberty: Add support for demangling D function literals a [...] adds 392e141079a libiberty: Add support for demangling local D template decl [...] adds 1e77fd4f173 Daily bump. adds 7218c2ec365 Make sure we're playing with integral modes before call ext [...] adds d7e56b084d0 libffi: Fix MIPS r6 support adds caf81d3b575 Use __builtin_trap() for abort() if inhibit_libc adds 1313111fdec Make sure -fexceptions is enabled when -fnon-call-exceptions is adds 89f33f44add tree-optimization/102128 - rework if-converted BB vect heuristic adds 02dbf5d1273 libphobos: Compile configure tests with -fno-druntime adds d73c44800b5 Enable store fusion on Power10. adds 42ade7bdc16 Update gcc sv.po. adds a6fe949d570 Fix libgfortran build on hppa*-hp-hpux[01]* adds b5bc39317bf rs6000: Darwin builtin support adds a5027ea2ad2 rs6000: Add sanity to V2DI_type_node definitions adds 7465c2ed6f1 rs6000: Always initialize vector_pair and vector_quad nodes adds 9213ff13247 Fortran - correct check for constraint F2008:C628 / F2018:C932 adds e18e56c76be c++: Add warning about missing 'requires' adds 79a017c412b Fix PR 90142: contrib/download_prerequisites uses test == adds a7083b83e45 Fortran - fix whitespace issue during parsing of assigned goto new a8de832470f c++: fold function template args sooner [PR101460] new 729f6881cfc c++: preserve location through constexpr new 8960a29b18b c++: limit instantiation with ill-formed class [PR96286]
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: contrib/download_prerequisites | 2 +- fixincludes/fixincl.x | 68 ++++++++++++- fixincludes/inclhack.def | 28 ++++++ fixincludes/tests/base/inttypes.h | 22 ++++ gcc/ChangeLog | 10 ++ gcc/DATESTAMP | 2 +- gcc/c-family/c.opt | 4 + gcc/common.opt | 2 +- gcc/config/rs6000/darwin.h | 8 +- gcc/config/rs6000/rs6000-builtin-new.def | 6 ++ gcc/config/rs6000/rs6000-call.c | 80 +++++++++------ gcc/config/rs6000/rs6000-cpus.def | 4 +- gcc/config/rs6000/rs6000.c | 95 +++++++++++++++++ gcc/config/rs6000/rs6000.opt | 4 + gcc/cp/constexpr.c | 17 ++++ gcc/cp/cp-tree.h | 8 +- gcc/cp/parser.c | 19 ++++ gcc/cp/pt.c | 74 +++++++++++++- gcc/d/ChangeLog | 65 ++++++++++++ gcc/doc/invoke.texi | 25 ++++- gcc/expmed.c | 103 ++++++++++++++----- gcc/fortran/match.c | 2 +- gcc/fortran/resolve.c | 5 +- gcc/po/sv.po | 6 +- gcc/testsuite/ChangeLog | 10 ++ gcc/testsuite/g++.dg/cpp2a/concepts-lambda14.C | 4 +- gcc/testsuite/g++.dg/template/access2.C | 6 +- gcc/testsuite/g++.dg/template/explicit-args6.C | 34 +++++++ gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c | 31 ++++++ .../gcc.target/powerpc/fusion-p10-stst2.c | 30 ++++++ gcc/testsuite/gfortran.dg/goto_9.f90 | 10 ++ .../gfortran.dg/unlimited_polymorphic_33.f90 | 18 ++++ gcc/tree-vect-slp.c | 112 +++++++++++---------- gcc/tsystem.h | 2 +- libffi/src/mips/ffi.c | 8 ++ libffi/src/mips/n32.S | 2 + libiberty/ChangeLog | 20 ++++ libiberty/d-demangle.c | 71 ++++++++++--- libiberty/testsuite/d-demangle-expected | 34 ++++++- libphobos/configure | 28 +++--- libphobos/m4/autoconf.m4 | 2 +- libphobos/m4/gcc_support.m4 | 2 +- .../30_threads/promise/requirements/lwg3466.cc | 4 - 43 files changed, 915 insertions(+), 172 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/explicit-args6.C create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst.c create mode 100644 gcc/testsuite/gcc.target/powerpc/fusion-p10-stst2.c create mode 100644 gcc/testsuite/gfortran.dg/goto_9.f90 create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_33.f90