This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gcc.
from 671970a5621 libstdc++: Make std::lcm and std::gcd detect overflow [PR105844] adds 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]
No new revisions were added by this update.
Summary of changes: 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/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/Makefile.in | 50 +++--- libgomp/allocator.c | 2 +- libgomp/configure | 143 +-------------- libgomp/plugin/Makefrag.am | 25 ++- libgomp/plugin/configfrag.ac | 90 +--------- libgomp/testsuite/Makefile.in | 5 - libgomp/testsuite/lib/libgomp.exp | 13 -- libgomp/testsuite/libgomp-test-support.exp.in | 3 - 16 files changed, 351 insertions(+), 466 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