This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-aarch64-bootstrap_O1 in repository toolchain/ci/gcc.
from 550bf0c5002 rtl-optimization/98863 - tame i386 specific RPAD pass adds ab1aa8c0044 preprocessor: Make quoting : [PR 95253] adds 18c03dc1986 testsuite: Add test for already fixed PR [PR97804] adds 534426f26aa Daily bump. adds 96bff67d349 c++: No aggregate CTAD with explicit dguide [PR98802] adds 2211aab8e38 [PR97701] LRA: Don't narrow class only for REG or MEM. A v [...] adds 5c205862d1d Daily bump. adds eb15f761bc7 c++: Empty args for variadic concept [PR98717]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 39 ++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 18 +++++++++++ gcc/cp/ChangeLog | 6 ++++ gcc/cp/constraint.cc | 8 ----- gcc/cp/pt.c | 18 +++++++---- gcc/lra-constraints.c | 12 ++++---- gcc/testsuite/ChangeLog | 21 +++++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction78.C | 20 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-variadic3.C | 7 +++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address11.C | 18 +++++++++++ gcc/testsuite/gcc.target/aarch64/pr97701.c | 17 +++++++++++ libcpp/ChangeLog | 5 +++ libcpp/mkdeps.c | 1 - 14 files changed, 170 insertions(+), 22 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction78.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-variadic3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address11.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97701.c