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 725179f3e40 arm: Fix unwanted fall-throughs in arm.c adds b7316ee2228 Daily bump. adds e6e42891d80 c++: Fix deduction from auto template parameter [PR93083] adds f7e39d1f137 options: Make --help= see overridden values adds 027d3288de8 Daily bump. adds 4fb1ee669cc c++: overload sets and placeholder return type [PR64194] new bc7d2977d10 Fix PR ada/98230
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 | 13 +++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 ++ gcc/ada/exp_attr.adb | 6 ++- gcc/cp/ChangeLog | 6 +++ gcc/cp/pt.c | 19 +++++-- gcc/opts-global.c | 10 +++- gcc/testsuite/ChangeLog | 10 ++++ gcc/testsuite/g++.dg/cpp1y/auto-fn60.C | 11 ++++ gcc/testsuite/g++.dg/cpp2a/nontype-class40.C | 79 ++++++++++++++++++++++++++++ gcc/testsuite/gnat.dg/modular6.adb | 15 ++++++ 11 files changed, 166 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/auto-fn60.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class40.C create mode 100644 gcc/testsuite/gnat.dg/modular6.adb