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_bootstrap/master-aarch64-check_bootstrap_lto in repository toolchain/ci/gcc.
from 1459b55d24c libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc [...] adds c08ba00487c c++: Adjust module initializer calling emission adds 1eff4872d2e openmp: Call dlopen with "libmemkind.so.0" rather than "lib [...] adds e6d369bbdb4 c++: Add a late-writing step for modules adds cb7fd1ea85f c++: optimize specialization of nested templated classes adds f9b5a8e58df c++: optimize specialization of templated member functions adds 343d83c7a89 c++: improve TYPENAME_TYPE hashing [PR65328] adds ef1e4d80dd3 Daily bump. adds fddb7f65129 Disable generating load/store vector pairs for block copies.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 9 ++ gcc/DATESTAMP | 2 +- gcc/config/rs6000/rs6000.cc | 5 +- gcc/cp/ChangeLog | 65 +++++++++ gcc/cp/cp-tree.h | 6 +- gcc/cp/decl.cc | 23 ++- gcc/cp/decl2.cc | 51 +++---- gcc/cp/module.cc | 245 ++++++++++++++++++-------------- gcc/cp/pt.cc | 121 +++++++++++----- gcc/jit/ChangeLog | 6 + gcc/testsuite/ChangeLog | 17 +++ gcc/testsuite/g++.dg/modules/init-3_a.C | 17 +++ gcc/testsuite/g++.dg/modules/init-3_b.C | 6 + gcc/testsuite/g++.dg/modules/init-3_c.C | 17 +++ libgomp/ChangeLog | 20 +++ libgomp/allocator.c | 2 +- libstdc++-v3/ChangeLog | 45 ++++++ 17 files changed, 481 insertions(+), 176 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/init-3_a.C create mode 100644 gcc/testsuite/g++.dg/modules/init-3_b.C create mode 100644 gcc/testsuite/g++.dg/modules/init-3_c.C