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 5c4ec4a8f9c More header unit checking new 32dc3719d77 TYPE_DECLS don't necessarily have a D_L_S new 9563d7f98ab New hello-world testcase
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 | 9 +++++++++ gcc/cp/module.cc | 8 +++++--- gcc/testsuite/g++.dg/modules/gmf-1_a.C | 19 +++++++++++++++++++ gcc/testsuite/g++.dg/modules/gmf-1_b.C | 12 ++++++++++++ gcc/testsuite/g++.dg/modules/hello-1_a.C | 12 ++++++++++++ gcc/testsuite/g++.dg/modules/hello-1_b.C | 9 +++++++++ 6 files changed, 66 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/gmf-1_a.C create mode 100644 gcc/testsuite/g++.dg/modules/gmf-1_b.C create mode 100644 gcc/testsuite/g++.dg/modules/hello-1_a.C create mode 100644 gcc/testsuite/g++.dg/modules/hello-1_b.C