This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64 in repository toolchain/ci/gcc.
from 8d8af1480b3 Daily bump. adds c17206709f9 c++: dependent generic lambda template-id [PR106024] adds d9130880f77 c++: tweak resolve_args change adds b1c8ee26276 c++: lambda template in requires [PR105541] adds 962e7f0803f Fix ICE on sh adds e748398b3ef c++: simpler fix for PR106024 adds c7d4a71598a Daily bump. adds de6f402a54f c++: avoid <memory> poisoning on musl [PR106102] adds ad5d760b815 jit: avoid calloc() poisoning on musl [PR106102] adds a60152e87cc Daily bump. adds 55899e33de7 PR target/106122: Don't update %esp via the stack with -Oz on x86. adds cf12a703cf7 Fortran: improve error recovery for EXTENDS_TYPE_OF() [PR106121] adds d870ce1a112 Fortran: error recovery on invalid CLASS(), PARAMETER decla [...] new 554fa149a0b Daily bump.
The 1 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 | 23 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/i386.md | 3 +- gcc/config/sh/sh.cc | 6 ++++ gcc/cp/ChangeLog | 35 +++++++++++++++++++++++ gcc/cp/call.cc | 2 +- gcc/cp/cp-tree.h | 12 ++++---- gcc/cp/mapper-client.cc | 1 + gcc/cp/mapper-resolver.cc | 1 + gcc/cp/module.cc | 1 + gcc/cp/parser.cc | 10 +++++-- gcc/fortran/ChangeLog | 24 ++++++++++++++++ gcc/fortran/decl.cc | 8 ++++++ gcc/fortran/simplify.cc | 4 +++ gcc/jit/ChangeLog | 11 ++++++++ gcc/jit/jit-playback.cc | 3 +- gcc/jit/jit-recording.cc | 2 +- gcc/jit/libgccjit.cc | 2 +- gcc/system.h | 4 +++ gcc/testsuite/ChangeLog | 37 +++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-generic10.C | 14 ++++++++++ gcc/testsuite/g++.dg/cpp2a/lambda-requires1.C | 4 +++ gcc/testsuite/gcc.target/i386/pr106122.c | 15 ++++++++++ gcc/testsuite/gfortran.dg/class_58.f90 | 2 +- gcc/testsuite/gfortran.dg/class_73.f90 | 17 ++++++++++++ gcc/testsuite/gfortran.dg/extends_type_of_4.f90 | 20 +++++++++++++ libcc1/ChangeLog | 9 ++++++ libcc1/libcc1plugin.cc | 1 + libcc1/libcp1plugin.cc | 1 + 29 files changed, 259 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-generic10.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-requires1.C create mode 100644 gcc/testsuite/gcc.target/i386/pr106122.c create mode 100644 gcc/testsuite/gfortran.dg/class_73.f90 create mode 100644 gcc/testsuite/gfortran.dg/extends_type_of_4.f90