This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7edb255125b PR c++/81124 PR c++/79766 * name-lookup.c (set_decl_name [...] new 79cdb4f5690 PR c++/80829 - ICE with constexpr copy of base subobject. new 77253cd0c09 PR c++/80562 - ICE with constexpr if.
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/cp/ChangeLog | 10 ++++++++++ gcc/cp/constexpr.c | 17 ++++++++++++++++- gcc/cp/semantics.c | 5 ++++- gcc/testsuite/g++.dg/cpp0x/constexpr-base5.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp1z/constexpr-if12.C | 14 ++++++++++++++ 5 files changed, 59 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-base5.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if12.C