This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a0aafbc324a place `const volatile' objects in read-only sections new a1f7f9541c2 c++: import/export NTTP objects new df7f2736509 libstdc++: Guard use of new built-in with __has_builtin
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 | 35 ++++++++++++++++++++++ .../g++.dg/modules/{noexcept-1_a.H => 100616_a.H} | 3 +- gcc/testsuite/g++.dg/modules/100616_b.C | 7 +++++ gcc/testsuite/g++.dg/modules/100616_c.C | 7 +++++ gcc/testsuite/g++.dg/modules/100616_d.C | 10 +++++++ libstdc++-v3/include/std/type_traits | 7 ++++- 6 files changed, 67 insertions(+), 2 deletions(-) copy gcc/testsuite/g++.dg/modules/{noexcept-1_a.H => 100616_a.H} (65%) create mode 100644 gcc/testsuite/g++.dg/modules/100616_b.C create mode 100644 gcc/testsuite/g++.dg/modules/100616_c.C create mode 100644 gcc/testsuite/g++.dg/modules/100616_d.C