This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a3ae889 * c-cppbuiltin.c (c_cpp_builtins): Update __cpp_range_based_for. new e0e87fe PR c++/70422
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/ChangeLog | 7 ++ gcc/cp/constexpr.c | 4 -- gcc/cp/decl.c | 19 ++---- gcc/cp/pt.c | 26 +++----- gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C | 10 --- gcc/testsuite/g++.dg/ext/fnname5.C | 33 --------- gcc/testsuite/g++.old-deja/g++.ext/pretty4.C | 85 ++++++++++++++++++++++++ 7 files changed, 108 insertions(+), 76 deletions(-) delete mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-__func__2.C delete mode 100644 gcc/testsuite/g++.dg/ext/fnname5.C create mode 100644 gcc/testsuite/g++.old-deja/g++.ext/pretty4.C