This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b00b95198e6 c++: constexpr folding in unevaluated context [PR105931] new d610ae121e8 c++: anon union designated init [PR105925] new 6c72f1bfc34 c++: designated init cleanup [PR105925]
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.cc | 58 ++++++++++++++++++------------------ gcc/cp/decl.cc | 6 +++- gcc/testsuite/g++.dg/cpp2a/desig26.C | 22 ++++++++++++++ gcc/testsuite/g++.dg/ext/desig4.C | 4 --- 4 files changed, 56 insertions(+), 34 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/desig26.C