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-arm-bootstrap 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 new cb7fd1ea85f c++: optimize specialization of nested templated classes new f9b5a8e58df c++: optimize specialization of templated member functions new 343d83c7a89 c++: improve TYPENAME_TYPE hashing [PR65328]
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/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