This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap_lto in repository toolchain/ci/gcc.
from ff91735a5b8 c++: Add !TYPE_P assert to type_dependent_expression_p [PR99080] adds 0f4df800b15 Daily bump. adds f38b20d68fa openmp: Add support for firstprivate and allocate clauses o [...] adds b5cf960e29f c++: use current_template_constraints more adds da8a18df7d1 c++: document comp_template_args's default args adds 6c3c8f087cf Correct spelling of DW_AT_namelist_item adds 67d399d509c aarch64: Fix build with gcc-4.8 adds a0bc7fd4213 d: Fix D lexer sometimes fails to compile code read from stdin adds a8b5d63503b build: TAGS and .cc transition new 6013fc2567c c++: squash cp_build_qualified_type/_real new 3f7daf7ec77 c++: use auto_timevar instead of timevar_push/pop new 4f84f120669 c++: non-dep call with empty TYPE_BINFO [PR105758]
The 3 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 | 79 ++++++++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 6 +- gcc/ada/ChangeLog | 205 +++++++++++++++++++++ gcc/c/Make-lang.in | 2 +- gcc/c/c-parser.cc | 2 + gcc/config/aarch64/aarch64.cc | 6 +- gcc/cp/ChangeLog | 7 + gcc/cp/Make-lang.in | 2 +- gcc/cp/call.cc | 4 +- gcc/cp/cp-tree.h | 7 +- gcc/cp/decl.cc | 19 +- gcc/cp/parser.cc | 39 ++-- gcc/cp/pt.cc | 137 +++++--------- gcc/cp/semantics.cc | 3 +- gcc/cp/tree.cc | 11 +- gcc/d/Make-lang.in | 2 +- gcc/d/d-lang.cc | 4 + gcc/dwarf2out.cc | 2 +- gcc/fortran/ChangeLog | 9 + gcc/fortran/Make-lang.in | 2 +- gcc/go/Make-lang.in | 2 +- gcc/objc/Make-lang.in | 2 +- gcc/objcp/Make-lang.in | 2 +- gcc/omp-low.cc | 3 +- gcc/testsuite/ChangeLog | 36 ++++ gcc/testsuite/c-c++-common/gomp/scope-5.c | 9 + gcc/testsuite/c-c++-common/gomp/scope-6.c | 31 ++++ gcc/testsuite/g++.dg/gomp/attrs-1.C | 6 +- gcc/testsuite/g++.dg/gomp/attrs-2.C | 6 +- gcc/testsuite/g++.dg/template/non-dependent24.C | 19 ++ include/dwarf2.def | 2 +- .../testsuite/libgomp.c-c++-common/allocate-1.c | 30 ++- .../testsuite/libgomp.c-c++-common/allocate-3.c | 35 +++- libgomp/testsuite/libgomp.c-c++-common/scope-2.c | 54 ++++++ 35 files changed, 623 insertions(+), 164 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-5.c create mode 100644 gcc/testsuite/c-c++-common/gomp/scope-6.c create mode 100644 gcc/testsuite/g++.dg/template/non-dependent24.C create mode 100644 libgomp/testsuite/libgomp.c-c++-common/scope-2.c