https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98355
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Agreed, but I'd also say that it shouldn't have been accepted without the template support, because templates are essential part of the C++ language and so not supporting templates means C++ isn't really supported. Design of all the C++ FE features needs to take templates into account.