This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 102ce8a PR c++/70344 new 0a2062d PR c++/69315 * cp-tree.h (defer_mark_used_calls, deferred_m [...] new 0dfe87d PR c++/70376 * cp-gimplify.c (genericize_omp_for_stmt): Don [...] new c4fa85c PR c++/70323 * constexpr.c (cxx_eval_constant_expression): [...]
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 | 22 +++++++++++++++++ gcc/cp/constexpr.c | 9 +++++-- gcc/cp/cp-gimplify.c | 15 ++++++++---- gcc/cp/cp-tree.h | 2 -- gcc/cp/decl.c | 19 --------------- gcc/cp/decl2.c | 8 ------- gcc/testsuite/ChangeLog | 13 +++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-69315.C | 35 ++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/constexpr-70323.C | 10 ++++++++ gcc/testsuite/g++.dg/cpp0x/variadic122.C | 2 +- libgomp/ChangeLog | 5 ++++ libgomp/testsuite/libgomp.c++/pr70376.C | 20 ++++++++++++++++ 12 files changed, 123 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-69315.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-70323.C create mode 100644 libgomp/testsuite/libgomp.c++/pr70376.C