This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 75c2bf3 * da.po: Update. new ca9d1f7 * except.c (check_noexcept_r): Assert that fn is POINTER_TYPE_P. new a02b42f * constexpr.c (cxx_eval_store_expression): Don't set CONSTR [...] new 7963b19 PR c++/67104 * constexpr.c (array_index_cmp, find_array_cto [...] new 59246f9 PR c++/67244 * pt.c (tsubst_copy_and_build): Call insert_pe [...]
The 4 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 | 16 ++ gcc/cp/constexpr.c | 191 +++++++++++++++------ gcc/cp/except.c | 4 +- gcc/cp/pt.c | 2 + gcc/testsuite/g++.dg/cpp0x/constexpr-array12.C | 8 + gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested5.C | 29 ++++ 6 files changed, 201 insertions(+), 49 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array12.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-nested5.C