From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16914 invoked by alias); 21 Jan 2002 06:00:37 -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 16888 invoked by uid 61); 21 Jan 2002 06:00:35 -0000 Date: Sun, 20 Jan 2002 22:00:00 -0000 Message-ID: <20020121060034.16887.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jtorres@sia.es, nobody@gcc.gnu.org From: rodrigc@gcc.gnu.org Reply-To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, jtorres@sia.es, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: optimization/5423: The compiler crashes and you need to relax the optimization to -O0 X-SW-Source: 2002-01/txt/msg00717.txt.bz2 List-Id: Synopsis: The compiler crashes and you need to relax the optimization to -O0 State-Changed-From-To: open->closed State-Changed-By: rodrigc State-Changed-When: Sun Jan 20 22:00:34 2002 State-Changed-Why: With gcc 3.0.3, the compiler does not ICE, but produces the following error: compiler.c:1131: confused by earlier errors, bailing out This is with full optimization (-O3). Removing the -fdce flag eliminates that error, and the file compiles. With gcc 3.1 in CVS, the -fdce option is no longer recognized, so it must be removed. gcc 3.1 in CVS can then compile this file with the same command-line flags as specified in the PR. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5423