This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/gcc.
from 4a206161072 libgomp/plugin/plugin-gcn.c: Use -foffload-options= in err msg adds c2e846b539b c++: use %D more adds c8df7208864 c++: optimize reshape_init adds a733dea9e7c c++: wrong parse with functors [PR64679] adds 1cd3faf5ddd c-family: Tweak -Woverflow diagnostic adds 8a98e3ff7e8 c++: ICE during aggr CTAD for member tmpl [PR105476] adds a47ab705c2c c++: alias CTAD refactoring [PR104470] adds ae90c2d0f9b libsanitizer: cherry-pick commit f52e365092aa from upstream new 3e7db517472 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 | 54 ++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 + gcc/c-family/c-warn.cc | 16 ++- gcc/cp/ChangeLog | 55 +++++++++++ gcc/cp/decl.cc | 8 +- gcc/cp/error.cc | 29 +++--- gcc/cp/parser.cc | 25 ++++- gcc/cp/pt.cc | 110 +++++++++++---------- gcc/testsuite/ChangeLog | 49 +++++++++ gcc/testsuite/c-c++-common/Wconversion-1.c | 14 +++ .../g++.dg/cpp2a/class-deduction-aggr13.C | 11 +++ .../g++.dg/cpp2a/class-deduction-aggr13a.C | 18 ++++ gcc/testsuite/g++.dg/parse/functor1.C | 22 +++++ include/ChangeLog | 5 + libcpp/po/ChangeLog | 4 + libgomp/ChangeLog | 8 ++ libsanitizer/ChangeLog | 15 +++ libsanitizer/sanitizer_common/sanitizer_linux.cpp | 4 +- libstdc++-v3/ChangeLog | 22 +++++ lto-plugin/ChangeLog | 9 ++ 21 files changed, 410 insertions(+), 75 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wconversion-1.c create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr13a.C create mode 100644 gcc/testsuite/g++.dg/parse/functor1.C