https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928
--- Comment #4 from Matthias Klose ---
caused by r269512, the fix for PR88419.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928
--- Comment #3 from Matthias Klose ---
works on the trunk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928
--- Comment #2 from Jonathan Wakely ---
dup of PR 89906?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89928
--- Comment #1 from Matthias Klose ---
$ cat main.ii
template class> struct a;
template class T1> struct b { a c; };
template class F> struct d;
template class F> struct d;
$ g++ -std=c++17 main.ii
main.ii:3:66: error: template parameter 'te