From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18923 invoked by alias); 14 Mar 2003 21:56:08 -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 18849 invoked by uid 48); 14 Mar 2003 21:56:07 -0000 Date: Fri, 14 Mar 2003 21:56:00 -0000 Message-ID: <20030314215607.18848.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, tromey@redhat.com From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, tromey@redhat.com, gcc-gnats@gcc.gnu.org Subject: Re: middle-end/5785: [3.2/... regression] ICE in fixup_abnormal_edges X-SW-Source: 2003-03/txt/msg00896.txt.bz2 List-Id: Old Synopsis: g++ crashes on modified libgcj interpreter New Synopsis: [3.2/... regression] ICE in fixup_abnormal_edges State-Changed-From-To: open->analyzed State-Changed-By: bangerth State-Changed-When: Fri Mar 14 21:56:06 2003 State-Changed-Why: Confirmed. I get the following ICE with 3.2.2 which I did not get with 3.0 (so it's a regression): g/x> /home/bangerth/bin/gcc-3.2.2-pre/bin/gcc -O2 -fnon-call-exceptions -c x.cc x.cc: In member function `void _Jv_InterpMethod::run(void*, ffi_raw*)': x.cc:10368: Internal compiler error in fixup_abnormal_edges, at reload1.c:9494 The code doesn't compile with 3.3 as is, so someone needs to try to reduce it a little, in order to check whether this also fails with 3.3 and/or 3.4. Unfortunately, I don't have the time to do that right now :-( W. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5785