[Bug c++/84186] nested template qualified-id not parsed correctly

2021-08-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84186 Jonathan Wakely changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/84186] nested template qualified-id not parsed correctly

2021-08-23 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84186 --- Comment #4 from Andrew Pinski --- Seems fixed in GCC 10+.

[Bug c++/84186] nested template qualified-id not parsed correctly

2018-02-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84186 --- Comment #3 from Jonathan Wakely --- Yes, I would have thought it's needed too. The other compilers I tried accept it with or without the 'template' keyword.

[Bug c++/84186] nested template qualified-id not parsed correctly

2018-02-03 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84186 Martin Sebor changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #2

[Bug c++/84186] nested template qualified-id not parsed correctly

2018-02-02 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84186 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid Status|UNCON