This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 844eed33643 libstdc++: Fix -Warray-bounds warning in std::vector::resiz [...] new 9aa78d77122 c++: Rename -fmodules-ts to -fmodules in diagnostics new 0210bedf481 c++/modules: Forbid exposures of TU-local entities in inlin [...]
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: gcc/cp/module.cc | 7 ++++--- gcc/cp/parser.cc | 6 +++--- gcc/testsuite/g++.dg/modules/internal-11.C | 24 ++++++++++++++++++++++++ gcc/testsuite/g++.dg/modules/internal-12_a.C | 13 +++++++++++++ gcc/testsuite/g++.dg/modules/internal-12_b.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/modules/internal-5_a.C | 8 +++++++- gcc/testsuite/g++.dg/modules/internal-5_b.C | 6 ++++++ 7 files changed, 71 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/internal-11.C create mode 100644 gcc/testsuite/g++.dg/modules/internal-12_a.C create mode 100644 gcc/testsuite/g++.dg/modules/internal-12_b.C