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 81b4ae98a71 More FIXMEs new 46337895de3 More FIXMEs new bd3edcc6e0d Add DECL_ACCESS support
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 | 12 +++ gcc/cp/module.cc | 94 ++++++++++++++++------ .../g++.dg/modules/{ns-imp-1_a.C => access-1_a.C} | 9 ++- gcc/testsuite/g++.dg/modules/access-1_b.C | 12 +++ gcc/testsuite/g++.dg/modules/access-1_c.C | 10 +++ 5 files changed, 107 insertions(+), 30 deletions(-) copy gcc/testsuite/g++.dg/modules/{ns-imp-1_a.C => access-1_a.C} (50%) create mode 100644 gcc/testsuite/g++.dg/modules/access-1_b.C create mode 100644 gcc/testsuite/g++.dg/modules/access-1_c.C