From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8880 invoked by alias); 25 Oct 2002 00:06: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 8863 invoked by uid 71); 25 Oct 2002 00:06:01 -0000 Date: Thu, 24 Oct 2002 17:06:00 -0000 Message-ID: <20021025000601.8862.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Kevin Ryde Subject: Re: optimization/6162: gcc 3.0.4: certain i386 asm reloader ice Reply-To: Kevin Ryde X-SW-Source: 2002-10/txt/msg00977.txt.bz2 List-Id: The following reply was made to PR optimization/6162; it has been noted by GNATS. From: Kevin Ryde To: hubicka@gcc.gnu.org Cc: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: optimization/6162: gcc 3.0.4: certain i386 asm reloader ice Date: Fri, 25 Oct 2002 10:02:47 +1000 hubicka@gcc.gnu.org writes: > > State-Changed-From-To: open->closed > State-Changed-Why: > hubicka@kampanus:/aux/hubicka/3.2/egcs/build/gcc$ ./xgcc -B ./ -O ~/foo.c -c Umm, no, that foo.c requires -fomit-frame-pointer in addition to -O to show the problem. With that option it still occurs for me, using a build of today's cvs on my debian system. It also still occurs with the simpler bar.c I appended to the report (just "gcc -O -c bar.c" in that case).