This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b0b9811a82e * g++.dg/cpp0x/initlist-new2.C: Clarify comment. new eaa787d0282 PR c++/92878 - Parenthesized init of aggregates in new-exp [...] new 9c654d1b151 PR c++/92869 * class.c (finish_struct): For C++17 and ear [...]
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/ChangeLog | 13 ++++++++ gcc/cp/class.c | 8 ++++- gcc/cp/init.c | 18 +++++++++-- gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/g++.dg/cpp0x/aggr3.C | 20 ++++++++++++ gcc/testsuite/g++.dg/cpp2a/paren-init20.C | 54 +++++++++++++++++++++++++++++++ 6 files changed, 119 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/aggr3.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init20.C