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 8a65a524d6e Daily bump. adds fd6acb47843 Daily bump. adds 21a0bd00f62 Use optab_libfunc to access sync_lock_test_and_set libfunc [...] adds 2c8e273ed11 Generate illegal instruction fault if LWS syscall returns -EFAULT. adds 718b47e1cd4 Fortran: avoid several NULL pointer dereferences during err [...] adds d4a1d3c4b37 Daily bump. new 24ee44c37a2 c++: Allow constexpr decltype(auto) [PR102229] new 306587d2240 Daily bump.
The 2 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 | 7 +++ gcc/DATESTAMP | 2 +- gcc/config/pa/pa.md | 24 +++++----- gcc/cp/ChangeLog | 10 +++++ gcc/cp/decl.c | 58 ++++++++++++++++-------- gcc/cp/pt.c | 13 ------ gcc/fortran/ChangeLog | 13 ++++++ gcc/fortran/expr.c | 3 +- gcc/fortran/match.c | 3 +- gcc/fortran/primary.c | 1 + gcc/fortran/resolve.c | 9 +++- gcc/testsuite/ChangeLog | 16 +++++++ gcc/testsuite/g++.dg/cpp1y/decltype-auto5.C | 35 +++++++++++++++ gcc/testsuite/gfortran.dg/pr102332.f90 | 69 +++++++++++++++++++++++++++++ libgcc/ChangeLog | 7 +++ libgcc/config/pa/linux-atomic.c | 6 +++ 16 files changed, 227 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/decltype-auto5.C create mode 100644 gcc/testsuite/gfortran.dg/pr102332.f90