From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17604 invoked by alias); 1 Apr 2003 18:36:01 -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 17589 invoked by uid 71); 1 Apr 2003 18:36:00 -0000 Date: Tue, 01 Apr 2003 18:36:00 -0000 Message-ID: <20030401183600.17588.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Steven Bosscher Subject: Re: optimization/9786: [3.2/3.3/3.4 regression] Ice in fixup_abnormal_edges with -fnon-call-exceptions -O2 Reply-To: Steven Bosscher X-SW-Source: 2003-04/txt/msg00025.txt.bz2 List-Id: The following reply was made to PR optimization/9786; it has been noted by GNATS. From: Steven Bosscher To: gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, nick@ilm.com, gcc-prs@gcc.gnu.org, janis187@us.ibm.com Cc: Subject: Re: optimization/9786: [3.2/3.3/3.4 regression] Ice in fixup_abnormal_edges with -fnon-call-exceptions -O2 Date: Tue, 01 Apr 2003 20:30:42 +0200 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9786 Janis, this PR is a regression in 3.2, 3.3-to-be and mainline from 3.0, but the breaking patch has not been identified yet. Can you hunt it down? For me this ICE triggers on i[56]86-pc-linux-gnu with: gcc-3.3 -c 9786.cc -fnon-call-exceptions -O -fforce-mem Without -fforce-mem the ICE does not happen. Greetz Steven