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 853067ac5e2 Trivial darwin test fix new f7bac0295dd Vector bools
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: ChangeLog.modules | 6 ++++ gcc/cp/module.cc | 64 ++++++++++++++++++++------------- gcc/testsuite/g++.dg/modules/bool-1.h | 8 +++++ gcc/testsuite/g++.dg/modules/bool-1_a.H | 4 +++ gcc/testsuite/g++.dg/modules/bool-1_b.H | 5 +++ gcc/testsuite/g++.dg/modules/bool-1_c.C | 8 +++++ 6 files changed, 70 insertions(+), 25 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/bool-1.h create mode 100644 gcc/testsuite/g++.dg/modules/bool-1_a.H create mode 100644 gcc/testsuite/g++.dg/modules/bool-1_b.H create mode 100644 gcc/testsuite/g++.dg/modules/bool-1_c.C