[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2017-01-11 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11814 Martin Sebor changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2015-01-15 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11814 Andrew Pinski changed: What|Removed |Added CC||jvoosten at bankai dot nl --- Comment #1

[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2013-05-17 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11814 Paolo Carlini changed: What|Removed |Added CC||redi at gcc dot gnu.org --- Comment #14 f

[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2011-10-09 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11814 --- Comment #13 from Jonathan Wakely 2011-10-09 14:01:26 UTC --- and 4.7.0

[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2011-10-09 Thread bangerth at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11814 Wolfgang Bangerth changed: What|Removed |Added CC||bangerth at gmail dot com --- Comment

[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2008-12-26 Thread pinskia at gcc dot gnu dot org
--- Comment #10 from pinskia at gcc dot gnu dot org 2008-12-27 06:34 --- *** Bug 37596 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2007-05-08 Thread fang at csl dot cornell dot edu
--- Comment #9 from fang at csl dot cornell dot edu 2007-05-08 20:48 --- Still accepts-invalid with 4.2-20070430 (RC2). -- fang at csl dot cornell dot edu changed: What|Removed |Added ---

[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2006-01-03 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-04 01:11 --- This is also related to PR 20308 (I think they are more than related, I think they are the same bug but reproducing in a different way). -- pinskia at gcc dot gnu dot org changed: What|Removed

[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2005-03-25 Thread redi at gcc dot gnu dot org
--- Additional Comments From redi at gcc dot gnu dot org 2005-03-25 20:38 --- This can be simplified to: template void f() { T t; t.f<>(0); //should be t.template f<>(0); } If either 'f' is renamed g++ correctly reports an error. Comeau's online compiler behaves the same. --

[Bug c++/11814] Code with missing "template" keyword wrongly accepted

2005-03-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-17 13:58 --- *** Bug 20516 has been marked as a duplicate of this bug. *** -- What|Removed |Added