This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b9e35fbc2b9 PR d/88990 d/dmd: Merge upstream dmd 8d4c876c6 new aa2e3429d2f [PR88534] accept VAR_DECL in class literal template parms
The 1 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/ChangeLog | 7 ++++ gcc/dwarf2out.c | 7 ++++ gcc/testsuite/ChangeLog | 7 ++++ gcc/testsuite/g++.dg/cpp2a/pr88534.C | 65 ++++++++++++++++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/pr88537.C | 16 +++++++++ 5 files changed, 102 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr88534.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/pr88537.C