This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules in repository gcc.
from ca79818f739 Merge trunk 4f1d8bd5096 c++: modules & using-decls adds 96a5c483afb c++: Add fixed test [PR91506] adds 445430e16bd c++: Update value of __cplusplus for C++20. adds 3cf63c94df4 c++: Add make_temp_override generator functions new e6e4b20de33 c++: name lookup API for modules new 1a03a5316be Merge trunk e6e4b20de33 c++: name lookup API for modules
The 2 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: ChangeLog.modules | 3 +++ gcc/cp/cp-tree.h | 32 ++++++++++++++++++++++++++++++++ gcc/cp/decl.c | 2 +- gcc/cp/except.c | 2 +- gcc/cp/name-lookup.c | 19 ++++++++++--------- gcc/cp/parser.c | 8 ++++---- gcc/testsuite/g++.dg/init/array60.C | 8 ++++++++ libcpp/init.c | 2 +- 8 files changed, 60 insertions(+), 16 deletions(-) create mode 100644 gcc/testsuite/g++.dg/init/array60.C