This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dd84048bbe5 Ada: Fix infinite loop on iterated element association with [...] new 66fbe318e2d c++: Fix error recovery for invalid arrays [PR123331] new aae1b038f83 c++: Fix up check for typeid on polymorphic type before C++ [...] new d5743234731 c++: Allow gnu::gnu_inline inline methods to be key methods [...]
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/class.cc | 7 ++++++- gcc/cp/constexpr.cc | 5 ++++- gcc/testsuite/g++.dg/cpp1y/pr123347.C | 8 +++++++ gcc/testsuite/g++.dg/cpp2a/constexpr-dtor19.C | 30 +++++++++++++++++++++++++++ gcc/testsuite/g++.dg/other/pr123331.C | 20 ++++++++++++++++++ 5 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr123347.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-dtor19.C create mode 100644 gcc/testsuite/g++.dg/other/pr123331.C