This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5213047b1d5 libcc1: fix <vector> include new ead3075406e c++: Check module attachment instead of just purview when n [...]
The 1 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 | 2 ++ gcc/cp/decl.cc | 10 +++++----- gcc/testsuite/g++.dg/modules/block-decl-1_a.C | 9 +++++++++ .../modules/{using-11_b.C => block-decl-1_b.C} | 8 +++++--- gcc/testsuite/g++.dg/modules/block-decl-2.C | 21 +++++++++++++++++++++ 5 files changed, 42 insertions(+), 8 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/block-decl-1_a.C copy gcc/testsuite/g++.dg/modules/{using-11_b.C => block-decl-1_b.C} (66%) create mode 100644 gcc/testsuite/g++.dg/modules/block-decl-2.C