This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 64ba45c76e8 libstdc++: Do not use static_assert without message in C++11 new 84fd1b5dff7 c++: designated init with anonymous union [PR100489] new 885035eacb3 c++: designators in single-element init lists
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/call.c | 5 ++++- gcc/cp/decl.c | 35 +++++++++++++++++++++++++++++++---- gcc/cp/pt.c | 3 ++- gcc/cp/typeck2.c | 27 +-------------------------- gcc/testsuite/g++.dg/cpp2a/desig18.C | 17 +++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/desig19.C | 33 +++++++++++++++++++++++++++++++++ 6 files changed, 88 insertions(+), 32 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig18.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig19.C