From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12168 invoked by alias); 31 Oct 2002 22:06:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 12123 invoked by uid 71); 31 Oct 2002 22:06:01 -0000 Date: Thu, 31 Oct 2002 14:06:00 -0000 Message-ID: <20021031220601.12105.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Joe Buck Subject: Re: c++/8338: Infinite loop on illegal code Reply-To: Joe Buck X-SW-Source: 2002-10/txt/msg01366.txt.bz2 List-Id: The following reply was made to PR c++/8338; it has been noted by GNATS. From: Joe Buck 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.