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 a0bc7fd4213 d: Fix D lexer sometimes fails to compile code read from stdin adds a8b5d63503b build: TAGS and .cc transition adds 6013fc2567c c++: squash cp_build_qualified_type/_real adds 3f7daf7ec77 c++: use auto_timevar instead of timevar_push/pop adds 4f84f120669 c++: non-dep call with empty TYPE_BINFO [PR105758] new 820ead4519c 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 | 21 +++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 6 +- gcc/c/ChangeLog | 9 ++ gcc/c/Make-lang.in | 2 +- gcc/cp/ChangeLog | 49 ++++++++++ gcc/cp/Make-lang.in | 2 +- gcc/cp/call.cc | 4 +- gcc/cp/cp-tree.h | 5 +- gcc/cp/decl.cc | 2 +- gcc/cp/parser.cc | 37 +++----- gcc/cp/pt.cc | 113 +++++++++--------------- gcc/cp/tree.cc | 11 +-- gcc/d/ChangeLog | 10 +++ gcc/d/Make-lang.in | 2 +- gcc/fortran/ChangeLog | 4 + gcc/fortran/Make-lang.in | 2 +- gcc/go/ChangeLog | 4 + gcc/go/Make-lang.in | 2 +- gcc/objc/ChangeLog | 4 + gcc/objc/Make-lang.in | 2 +- gcc/objcp/ChangeLog | 4 + gcc/objcp/Make-lang.in | 2 +- gcc/testsuite/ChangeLog | 13 +++ gcc/testsuite/g++.dg/template/non-dependent24.C | 19 ++++ include/ChangeLog | 4 + libgomp/ChangeLog | 7 ++ 27 files changed, 219 insertions(+), 123 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/non-dependent24.C