This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b3d622d70ba Fortran: error recovery on arithmetic overflow on unary ope [...] new 3a3e0f1b46a c++: make build_throw SFINAE-friendly [PR98388]
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/coroutines.cc | 4 ++-- gcc/cp/cp-tree.h | 3 ++- gcc/cp/except.cc | 33 ++++++++++++++------------------- gcc/cp/parser.cc | 2 +- gcc/cp/pt.cc | 2 +- gcc/testsuite/g++.dg/cpp0x/sfinae69.C | 21 +++++++++++++++++++++ libcc1/libcp1plugin.cc | 4 ++-- 7 files changed, 43 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/sfinae69.C