This is the mail archive of the
gcc-prs@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: nobody at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 31 Oct 2002 22:06:01 -0000
- Subject: Re: c++/8338: Infinite loop on illegal code
- Reply-to: Joe Buck <jbuck at synopsys dot com>
The following reply was made to PR c++/8338; it has been noted by GNATS.
From: Joe Buck <jbuck@synopsys.com>
To: gcc-gnats@gcc.gnu.org, dv@vollmann.ch, gcc-bugs@gcc.gnu.org
Cc:
Subject: Re: c++/8338: Infinite loop on illegal code
Date: Thu, 31 Oct 2002 13:58:33 -0800
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.