From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11843 invoked by alias); 18 Dec 2002 20:46:04 -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 11786 invoked by uid 71); 18 Dec 2002 20:46:02 -0000 Date: Wed, 18 Dec 2002 12:46:00 -0000 Message-ID: <20021218204602.11782.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Torbjorn Wassberg Subject: Re: optimization/8994: [3.2/3.3 regression] ICE with -O -march=pentium4 Reply-To: Torbjorn Wassberg X-SW-Source: 2002-12/txt/msg00963.txt.bz2 List-Id: The following reply was made to PR optimization/8994; it has been noted by GNATS. From: Torbjorn Wassberg To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, torbjorn.wassberg.8667@student.uu.se, gcc-gnats@gcc.gnu.org Cc: Subject: Re: optimization/8994: [3.2/3.3 regression] ICE with -O -march=pentium4 Date: Wed, 18 Dec 2002 21:37:57 +0100 (CET) Quoting bangerth@dealii.org: > Old Synopsis: ICE with -O -march=pentium4 > New Synopsis: [3.2/3.3 regression] ICE with -O -march=pentium4 > > State-Changed-From-To: open->analyzed > State-Changed-By: bangerth > State-Changed-When: Wed Dec 18 12:23:22 2002 > State-Changed-Why: > Confirmed. It's a regression: it works in 3.0.4, but fails > with 3.2 and 3.3. It should not ICE, but it is worth > mentioning that it prints this: > x.c:12: warning: deprecated use of label at end of compound > statement > > http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8994 > It should not matter as the original source (~3000 lines) doesn't have this problem.