This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 780e19f87c8a The mentioned auto-generated file is no more part of the new 336da03cc3a1 Fix dejagnu pruning of constexpr context messages. new 80de0002429c PR c++/92009 - ICE with punning of typeid. new 8982b5535c27 PR c++/92594 - ICE with inherited trivial default ctor.
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 | 11 +++++++++++ gcc/cp/constexpr.c | 11 ++++++++++- gcc/cp/method.c | 7 ++++++- gcc/cp/rtti.c | 1 + gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.dg/cpp0x/constexpr-reinterpret2.C | 21 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/inh-ctor34.C | 13 +++++++++++++ gcc/testsuite/g++.dg/rtti/typeid13.C | 11 +++++++++++ gcc/testsuite/lib/prune.exp | 2 +- 9 files changed, 78 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-reinterpret2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor34.C create mode 100644 gcc/testsuite/g++.dg/rtti/typeid13.C