This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 85099d8 genrecog: Fix crash on invalid input new 6f89583 * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_range_based_for. new 7bad2fa PR c++/53792 - [C++11] improving compiler-time constexpr evaluation
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/c-family/ChangeLog | 4 +++ gcc/c-family/c-cppbuiltin.c | 2 +- gcc/cp/ChangeLog | 2 +- gcc/testsuite/ChangeLog | 6 ++++ gcc/testsuite/g++.dg/cpp0x/constexpr-inline-1.C | 29 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-inline.C | 40 +++++++++++++++++++++++++ 6 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-inline-1.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-inline.C