This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/7202: function arg of "int X(0)" causes seg fault in compiler
- From: lerdsuwa at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, geb at attbi dot com, nobody at gcc dot gnu dot org
- Date: 23 Jul 2002 15:36:09 -0000
- Subject: Re: c++/7202: function arg of "int X(0)" causes seg fault in compiler
- Reply-to: lerdsuwa at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, geb at attbi dot com, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: function arg of "int X(0)" causes seg fault in compiler
State-Changed-From-To: open->closed
State-Changed-By: lerdsuwa
State-Changed-When: Tue Jul 23 08:36:09 2002
State-Changed-Why:
GCC 3.1 no longer ICE. The code is illegal and
int X=0 or int X=int(0)
should be used instead.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7202