This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-build_cross in repository toolchain/ci/gcc.
from a4f8e2fc771 c++: Fix ICE from verify_ctor_sanity [PR98295] adds 7d7acc71ec7 Daily bump. adds 0ca62e6abf7 rtl-optimization/98144 - tame REE memory usage adds ab5b267e1e2 rtl-optimization/98863 - prune RD with LIVE in STV adds c7affa6f7c1 Assorted LTO fixes for Ada adds 874eb25b983 Fix regression with partial rep clause on variant record type adds 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] new 2211aab8e38 [PR97701] LRA: Don't narrow class only for REG or MEM. A v [...]
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 | 33 ++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 18 +++++ gcc/ada/gcc-interface/decl.c | 97 ++++++++++++++++++------ gcc/ada/gcc-interface/utils.c | 48 +++++++----- gcc/config/i386/i386-features.c | 20 +++-- gcc/cp/ChangeLog | 9 +++ gcc/cp/pt.c | 18 +++-- gcc/d/ChangeLog | 18 +++++ gcc/df-problems.c | 28 +++++-- gcc/df.h | 1 + gcc/lra-constraints.c | 12 +-- gcc/testsuite/ChangeLog | 19 +++++ gcc/testsuite/g++.dg/cpp1z/class-deduction78.C | 20 +++++ gcc/testsuite/g++.dg/cpp2a/no_unique_address11.C | 18 +++++ gcc/testsuite/gcc.target/aarch64/pr97701.c | 17 +++++ gcc/testsuite/gcc.target/i386/20051216-1.c | 5 ++ libcpp/ChangeLog | 5 ++ libcpp/mkdeps.c | 1 - 19 files changed, 313 insertions(+), 76 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction78.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/no_unique_address11.C create mode 100644 gcc/testsuite/gcc.target/aarch64/pr97701.c create mode 100644 gcc/testsuite/gcc.target/i386/20051216-1.c