From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32035 invoked by alias); 27 Oct 2002 08:46:57 -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 31959 invoked by uid 61); 27 Oct 2002 08:46:56 -0000 Date: Sun, 27 Oct 2002 01:46:00 -0000 Message-ID: <20021027084656.31956.qmail@sources.redhat.com> To: dv@vollmann.ch, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: paolo@gcc.gnu.org Reply-To: paolo@gcc.gnu.org, dv@vollmann.ch, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: c++/8338: [3_2 and mainline regression from 3.0.x] Infinite loop on illegal code X-SW-Source: 2002-10/txt/msg01098.txt.bz2 List-Id: Old Synopsis: Koenig lookup doesn't find enum value in special case New Synopsis: [3_2 and mainline regression from 3.0.x] Infinite loop on illegal code State-Changed-From-To: open->analyzed State-Changed-By: paolo State-Changed-When: Sun Oct 27 01:46:55 2002 State-Changed-Why: During the compilation of the first testcase (*not* that provided later in the audit trail) both 3_2 and mainline loop forever and consume an enormous amount of memory after having output: 8338.cc: In instantiation of `N2::A': 8338.cc:34: instantiated from here 8338.cc:15: `max' was not declared in this scope This is a regression from 3.0.x (2.95.x ICEd). http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8338