]> git.ipfire.org Git - thirdparty/gcc.git/commit
Revert "c++: friend with redundant qualification [PR41723]"
authorJason Merrill <jason@redhat.com>
Thu, 12 May 2022 21:08:52 +0000 (17:08 -0400)
committerJason Merrill <jason@redhat.com>
Thu, 12 May 2022 21:40:28 +0000 (17:40 -0400)
commitc2e39b9e1568484192c3a4c2b4425b06e701a3fe
tree0815dcb9942bada6c3968e0d1e52d6db0679aab8
parentcfa3a04be981f63af41f9a960df06e84c2634c5f
Revert "c++: friend with redundant qualification [PR41723]"

PR c++/102300
PR c++/41723

The patch for PR41723 caused PR102300 on trunk; let's just back it out on
the 10 branch.

This reverts commit e41d610696b81e72d1d06db176b281424e32fc23.

gcc/testsuite/ChangeLog:

* g++.dg/template/nested7.C: New test.
gcc/cp/parser.c
gcc/testsuite/g++.dg/template/friend71.C [deleted file]
gcc/testsuite/g++.dg/template/nested7.C [new file with mode: 0644]