This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 76dc465aaf1 c++: CTAD for class tmpl defined inside partial spec [PR104294] new b1a8b92f8f7 c++: Reject union std::initializer_list [PR102434] new 874ad5d6745 c++: ICE with auto[] and VLA [PR102414]
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/class.cc | 2 ++ gcc/cp/decl.cc | 14 +++++++++++--- gcc/testsuite/g++.dg/cpp0x/initlist128.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp23/auto-array3.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp23/auto-array4.C | 14 ++++++++++++++ 5 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist128.C create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-array3.C create mode 100644 gcc/testsuite/g++.dg/cpp23/auto-array4.C