This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ec7244e6e09 libstdc++: Fix test when dual abi disabled new bfb8615031a c++: Don't assume trait funcs return error_mark_node when t [...]
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: gcc/cp/constraint.cc | 3 +- gcc/cp/except.cc | 10 ++++--- gcc/cp/method.cc | 33 ++++++---------------- gcc/testsuite/g++.dg/ext/is_invocable7.C | 21 ++++++++++++++ gcc/testsuite/g++.dg/ext/is_nothrow_convertible5.C | 15 ++++++++++ 5 files changed, 52 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/g++.dg/ext/is_invocable7.C create mode 100644 gcc/testsuite/g++.dg/ext/is_nothrow_convertible5.C