This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5fb1ab539e3 arm: fix bootstrap issue with arm_noce_conversion_profitabl [...] new c877a27f04f c++: modules don't require preprocessor output new 53f20f992a7 c++: require_deduced_type and modules new bc0ca75123b c++: -Wmismatched-tags and modules
The 3 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/c-family/c-ppoutput.cc | 39 +++++++++++++--------- gcc/cp/decl.cc | 2 +- gcc/cp/decl2.cc | 17 +++++----- gcc/cp/module.cc | 17 ---------- gcc/doc/invoke.texi | 13 ++++---- gcc/testsuite/g++.dg/cpp0x/auto43.C | 2 +- gcc/testsuite/g++.dg/cpp2a/lambda-generic7.C | 2 +- .../g++.dg/modules/{part-hdr-1_a.H => macro-8_a.H} | 1 + gcc/testsuite/g++.dg/modules/macro-8_b.C | 13 ++++++++ gcc/testsuite/g++.dg/modules/macro-8_c.C | 13 ++++++++ gcc/testsuite/g++.dg/modules/macro-8_d.C | 13 ++++++++ 11 files changed, 82 insertions(+), 50 deletions(-) copy gcc/testsuite/g++.dg/modules/{part-hdr-1_a.H => macro-8_a.H} (81%) create mode 100644 gcc/testsuite/g++.dg/modules/macro-8_b.C create mode 100644 gcc/testsuite/g++.dg/modules/macro-8_c.C create mode 100644 gcc/testsuite/g++.dg/modules/macro-8_d.C