This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fa0c6e297b2 c++: Fix SEGV with malformed constructor decl. new 44334e03652 c++: Fix ICE with CONSTRUCTOR flags verification [PR93559]
The 1 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/decl.c | 4 +++- gcc/testsuite/g++.dg/cpp0x/initlist119.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp0x/initlist120.C | 16 ++++++++++++++++ 3 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist119.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist120.C