This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aoliva/testme in repository gcc.
from 5461905d487 [PR88146] avoid diagnostics diffs if cdtor_returns_this new f97941b78da [PR86648] use auto identifier for class placeholder templates new c5f929a49a2 [PR87768] reset location wrapper suppression when reenterin [...] new 61f728b68de [PR87770] test partial specializations for type dependence
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/ChangeLog | 11 +++++++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/cxx-pretty-print.c | 8 +++++++- gcc/cp/error.c | 6 ++++++ gcc/cp/name-lookup.c | 3 +++ gcc/cp/pt.c | 8 ++++---- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/concepts/pr87768.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/cpp1z/pr86648.C | 5 +++++ gcc/testsuite/g++.dg/pr87770.C | 11 +++++++++++ 10 files changed, 70 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/concepts/pr87768.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/pr86648.C create mode 100644 gcc/testsuite/g++.dg/pr87770.C