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 389fa4edcb7 Avoid unnecessary work in loop. new 6a2bc22d0a9 Stop morphing alias instantiation template info new 45fba619d50 Refactor entity installing new 8ca572dccd6 Avoid is_mergeable streaming for instantiations new bc90e9fa5a2 Alias templates working (properly) new 07c934bb9d9 STL headers header-unity (except C++ 20 ranges)
The 5 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 | 43 +++ gcc/cp/cp-tree.h | 11 +- gcc/cp/module.cc | 416 +++++++++++++-------- gcc/cp/pt.c | 20 +- gcc/testsuite/g++.dg/modules/tpl-alias-1.h | 70 ++++ gcc/testsuite/g++.dg/modules/tpl-alias-1_a.H | 9 + gcc/testsuite/g++.dg/modules/tpl-alias-1_b.C | 9 + .../testsuite/g++.dg/modules/xtreme-header.h | 192 +++++----- .../modules/{binding-1_b.H => xtreme-header_a.H} | 4 +- .../modules/{anon-2_b.C => xtreme-header_b.C} | 5 +- 10 files changed, 516 insertions(+), 263 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/tpl-alias-1.h create mode 100644 gcc/testsuite/g++.dg/modules/tpl-alias-1_a.H create mode 100644 gcc/testsuite/g++.dg/modules/tpl-alias-1_b.C copy libstdc++-v3/include/precompiled/stdc++.h => gcc/testsuite/g++.dg/modules/xtr [...] copy gcc/testsuite/g++.dg/modules/{binding-1_b.H => xtreme-header_a.H} (72%) copy gcc/testsuite/g++.dg/modules/{anon-2_b.C => xtreme-header_b.C} (52%)