This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8338: Infinite loop on illegal code
- From: Joe Buck <jbuck at synopsys dot com>
- To: gcc-gnats at gcc dot gnu dot org, dv at vollmann dot ch, gcc-bugs at gcc dot gnu dot org
- Date: Thu, 31 Oct 2002 13:58:33 -0800
- Subject: Re: c++/8338: Infinite loop on illegal code
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8338
With 20021031 from the 3.2 branch, I am not seeing an infinite loop; I
get an ICE.
The ICE is a segmentation fault in cc1plus, in walk_tree in
tree-inline.c. The
ICE happens quickly, there is no excessive memory consumption.