This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig in repository toolchain/ci/gcc.
from 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] adds d27f8c5cbee Daily bump. adds a0291f87579 Daily bump. adds 6f9841684fd Daily bump. adds e916d7381f9 Daily bump. adds fa183497cf2 libstdc++: Make coroutine_handle<_Promise>::from_address() [...] adds b1d2ed3ad54 Fix miscompilation of Python on HP-PA/Linux adds 617caf75f69 Daily bump. new b90c8de5d62 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 | 14 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 12 ++++++++++++ gcc/cp/constraint.cc | 8 -------- gcc/cp/pt.c | 18 ++++++++++++------ gcc/lra-constraints.c | 12 ++++++------ gcc/reorg.c | 21 +++++++++++++++++++-- gcc/testsuite/ChangeLog | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp1z/class-deduction78.C | 20 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-variadic3.C | 7 +++++++ gcc/testsuite/gcc.target/aarch64/pr97701.c | 17 +++++++++++++++++ libstdc++-v3/ChangeLog | 9 +++++++++ libstdc++-v3/include/std/coroutine | 2 +- 13 files changed, 133 insertions(+), 24 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/gcc.target/aarch64/pr97701.c