This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a9aab74 Fix find&replace error in license boilerplate new 22d200b MIPS/GCC/test: Implement `-mmicromips' option test new ac6641c Allow references in constant-expressions. new 32caa8a MIPS/GCC/test: Implement `-mcode-readable=yes' option test
The 3 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 | 8 +++++ gcc/cp/constexpr.c | 4 +++ gcc/cp/cp-gimplify.c | 3 +- gcc/cp/decl2.c | 3 ++ gcc/cp/error.c | 46 +++++++++++++++++++--------- gcc/cp/init.c | 7 ++--- gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-ref10.C | 5 +++ gcc/testsuite/g++.dg/cpp0x/constexpr-ref9.C | 9 ++++++ gcc/testsuite/gcc.target/mips/mips.exp | 34 ++++++++++++++++++++ 10 files changed, 110 insertions(+), 19 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-ref10.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-ref9.C