From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18983 invoked by alias); 8 Jan 2003 10:26:07 -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 18960 invoked by uid 71); 8 Jan 2003 10:26:07 -0000 Date: Wed, 08 Jan 2003 10:26:00 -0000 Message-ID: <20030108102607.18959.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Eric Subject: Re: c/7537: GCC 3.1.1 ICE on GNU libiconv 1.8 Reply-To: Eric X-SW-Source: 2003-01/txt/msg00529.txt.bz2 List-Id: The following reply was made to PR c/7537; it has been noted by GNATS. From: Eric To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, plukje@koekjes.net, gcc-gnats@gcc.gnu.org Cc: Subject: Re: c/7537: GCC 3.1.1 ICE on GNU libiconv 1.8 Date: Wed, 08 Jan 2003 11:21:58 +0100 bangerth@dealii.org wrote: >Synopsis: GCC 3.1.1 ICE on GNU libiconv 1.8 > >State-Changed-From-To: open->feedback >State-Changed-By: bangerth >State-Changed-When: Tue Jan 7 18:09:43 2003 >State-Changed-Why: > I tried to reproduce your problem, but failed. But then, > the report does not show the exact compile flags you > used (I guess it might have been just -g, but am unsure) > and on which of the two files the problem occured. Could > you possibly send us the compile command that triggers > the error? > > Thanks > Wolfgang > > PS: The "lfs machine" is an x86-linux, right? > >http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7537 > Yup, it's a pentium 3 coppermine running at 667mhz (not overclocked). In order to create the problem I used as optimalization flags: "-O3 -march=i686 -mcpu=i686 -mmmx -msse" however, I was able to dupe the problem also using only: "-O" In order to do get the library to compile I had to specify to only use: "-g" The libiconv library came from ftp.gnu.org, I'm unsure which version it was since it's been a while ago already. hope it helps, Eric