https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11814
Martin Sebor changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=11814
Andrew Pinski changed:
What|Removed |Added
CC||jvoosten at bankai dot nl
--- Comment #1
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
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11814
Wolfgang Bangerth changed:
What|Removed |Added
CC||bangerth at gmail dot com
--- Comment
--- 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
-
--- 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
---
--- 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
--- 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.
--
--- 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
10 matches
Mail list logo