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 6ad3ca0077e analyzer: fix ICEs on complex constants [PR105365,105366] adds 98de0da6035 Daily bump. adds 288e4c64f6b c++: partial ordering with dependent NTTP type [PR105289] adds c83b9c54d9d c++: ICE with requires-expr and -Wsequence-point [PR105304] adds 65735d21ac4 c++: generic lambda fn parm pack [PR104624]
No new revisions were added by this update.
Summary of changes: contrib/ChangeLog | 10 ++++ gcc/ChangeLog | 69 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/analyzer/ChangeLog | 11 ++++ gcc/c-family/c-common.cc | 2 +- gcc/cp/ChangeLog | 7 +++ gcc/cp/pt.cc | 11 ++-- gcc/fortran/ChangeLog | 7 +++ gcc/testsuite/ChangeLog | 51 ++++++++++++++++ .../g++.dg/cpp1y/lambda-generic-variadic22.C | 15 +++++ gcc/testsuite/g++.dg/cpp2a/concepts-requires30.C | 10 ++++ .../g++.dg/template/partial-specialization11.C | 11 ++++ .../g++.dg/template/partial-specialization12.C | 12 ++++ libgomp/ChangeLog | 6 ++ libstdc++-v3/ChangeLog | 34 +++++++++++ 15 files changed, 252 insertions(+), 6 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-variadic22.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires30.C create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization11.C create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization12.C