This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a463ca37a35 PR c++/85136 - ICE with designated init in template. new f5062a5867f PR c++/85208 * decl.c (start_decl): For DECL_DECOMPOSITIO [...] new dbbb4d0543f PR c++/85209 * pt.c (tsubst_decomp_names): Don't fail or [...]
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 | 11 +++++++++++ gcc/cp/decl.c | 3 ++- gcc/cp/pt.c | 3 ++- gcc/testsuite/ChangeLog | 7 +++++++ gcc/testsuite/g++.dg/cpp1z/decomp39.C | 16 ++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp40.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp41.C | 9 +++++++++ 7 files changed, 65 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp39.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp40.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp41.C