This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7aac6ee6ffe PR c++/80135 PR c++/81922 * typeck2.c (digest_init_r): C [...] new aa996a7ae48 PR c++/81197 * cp-tree.h (cp_maybe_mangle_decomp): Declar [...] new 827a415cb9d PR c++/83205 * decl.c (cp_finish_decomp): Handle the case [...]
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 | 17 +++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 47 +++++++++++++++++++++++++---- gcc/cp/mangle.c | 57 ++++++++++++++++++++++++++++++++++- gcc/cp/parser.c | 4 +++ gcc/cp/pt.c | 16 ++++++---- gcc/testsuite/ChangeLog | 10 ++++++ gcc/testsuite/g++.dg/cpp1z/decomp10.C | 3 +- gcc/testsuite/g++.dg/cpp1z/decomp3.C | 25 +++++++++------ gcc/testsuite/g++.dg/cpp1z/decomp32.C | 32 ++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp34.C | 11 +++++++ 11 files changed, 199 insertions(+), 24 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp32.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp34.C