This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from eb0f85d Daily bump. new 02d652c PR c++/68679 * decl2.c (reset_type_linkage_2): Look through [...] new 5ae773e PR c++/68585 * constexpr.c (cxx_eval_bare_aggregate): Fix ' [...] new 816919e PR c++/65985 * constexpr.c (build_constexpr_constructor_mem [...]
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 | 12 +++++++ gcc/cp/constexpr.c | 42 +++++++++++++++--------- gcc/cp/decl2.c | 20 +++++++---- gcc/testsuite/g++.dg/cpp0x/constexpr-initlist9.C | 41 +++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/constexpr-assert2.C | 31 +++++++++++++++++ gcc/testsuite/g++.dg/other/anon8.C | 9 +++++ 6 files changed, 134 insertions(+), 21 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-initlist9.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-assert2.C create mode 100644 gcc/testsuite/g++.dg/other/anon8.C