[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2024-01-13 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 Andrew Pinski changed: What|Removed |Added CC||jlame646 at gmail dot com --- Comment #1

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2021-08-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 Andrew Pinski changed: What|Removed |Added CC||mschulze at ivs dot cs.ovgu.de --- Comme

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2021-08-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 Andrew Pinski changed: What|Removed |Added CC||language.lawyer at gmail dot com --- Co

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2021-08-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 Andrew Pinski changed: What|Removed |Added CC||vincent.lextrait at gmail dot com --- C

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2020-04-11 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 Marek Polacek changed: What|Removed |Added Blocks||94404 Assignee|unassigned at g

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2019-09-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2018-09-18 00:00:00 |2019-9-23 --- Comment #7 from Jonathan

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2019-09-18 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 --- Comment #6 from Eric Gallager --- (In reply to Eric Gallager from comment #4) > (In reply to Ville Voutilainen from comment #2) > > Also present in 4.9 trunk, and I recently got a user complaint about this > > bug. How can I upvote? :) > > I

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2018-09-18 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 Jonathan Wakely changed: What|Removed |Added Last reconfirmed|2017-08-21 00:00:00 |2018-9-18 --- Comment #5 from Jonathan

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2018-09-17 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 --- Comment #4 from Eric Gallager --- (In reply to Ville Voutilainen from comment #2) > Also present in 4.9 trunk, and I recently got a user complaint about this > bug. How can I upvote? :) If Bug 86315 is fixed, adding yourself on cc will becom

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2017-08-21 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 Eric Gallager changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIRME

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2013-10-20 Thread ville.voutilainen at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 Ville Voutilainen changed: What|Removed |Added CC||ville.voutilainen at gmail dot com -

[Bug c++/55588] Failure to diagnose non-template-id prefixed by keyword template

2012-12-04 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55588 --- Comment #1 from Jonathan Wakely 2012-12-04 09:14:02 UTC --- I should have added an instantiation of the function to the code: template struct A { void f(int); template void f(U); }; template void f(T t) { A a; a.tem