https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98358
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-8 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:e22ffa06aa2a996e5967c831d319894be4fdaffa commit r8-10934-ge22ffa06aa2a996e5967c831d319894be4fdaffa Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Apr 30 15:17:31 2021 +0200 testsuite: Adjust expected error in a testcase [PR98358] On Fri, Apr 23, 2021 at 05:24:00PM -0400, Jason Merrill via Gcc wrote: > > We have one P1 bug though - P98358 - it is unclear if just changing the > > testcase is all that is needed or if some C++ FE changes are needed. > > The error message quoted in the PR looks correct, so I think changing > the testcase is sufficient. 2021-04-30 Jakub Jelinek <ja...@redhat.com> PR c++/98358 * g++.dg/template/pr98297.C: Expect error about shadowing template template parameter rather than does not declare anything error.