c++/3748: egcs++ crashes on template specialization from different namespace
gdr@gcc.gnu.org
gdr@gcc.gnu.org
Mon Aug 13 13:58:00 GMT 2001
Synopsis: egcs++ crashes on template specialization from different namespace
Responsible-Changed-From-To: unassigned->gdr
Responsible-Changed-By: gdr
Responsible-Changed-When: Mon Aug 13 13:58:33 2001
Responsible-Changed-Why:
Boo!
State-Changed-From-To: open->closed
State-Changed-By: gdr
State-Changed-When: Mon Aug 13 13:58:33 2001
State-Changed-Why:
Firstly, your program is ill-formed: You cannot (partially) specialized
a template in a namespace different from the one in which the primary
template was declared.
Secondly, GCC-3.x no longer crashes :-)
-- Gaby
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3748&database=gcc
More information about the Gcc-bugs
mailing list