This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e4f1ea5d8b9 c++: parenthesized -> resolving to static data member [PR98283] new 5dfe5d7d17d c++: various code cleanups new b28a7c41fb4 c++: satisfaction of non-dep member alias template-id new b81785eacef c++: goto entering scope of obj w/ non-trivial dtor [PR103091]
The 3 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/cp-tree.h | 6 +-- gcc/cp/cxx-pretty-print.cc | 5 ++- gcc/cp/decl.cc | 56 ++++++++-------------------- gcc/cp/error.cc | 4 +- gcc/cp/pt.cc | 36 ++++++++---------- gcc/testsuite/g++.dg/cpp2a/concepts-alias6.C | 15 ++++++++ gcc/testsuite/g++.dg/init/goto4.C | 22 +++++++++++ gcc/testsuite/g++.old-deja/g++.other/init9.C | 7 ++-- 8 files changed, 80 insertions(+), 71 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-alias6.C create mode 100644 gcc/testsuite/g++.dg/init/goto4.C