From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29895 invoked by alias); 20 May 2003 23:31:01 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 29856 invoked from network); 20 May 2003 23:31:00 -0000 Received: from unknown (HELO mail.cs.tu-berlin.de) (130.149.17.13) by sources.redhat.com with SMTP; 20 May 2003 23:31:00 -0000 Received: from bolero.cs.tu-berlin.de (daemon@bolero.cs.tu-berlin.de [130.149.19.1]) by mail.cs.tu-berlin.de (8.9.3/8.9.3) with ESMTP id BAA01560; Wed, 21 May 2003 01:26:48 +0200 (MET DST) Received: (from doko@localhost) by bolero.cs.tu-berlin.de (8.11.6+Sun/8.9.3) id h4KNQmV15225; Wed, 21 May 2003 01:26:48 +0200 (MEST) From: Matthias Klose MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16074.47543.660747.154509@gargle.gargle.HOWL> Date: Wed, 21 May 2003 02:06:00 -0000 To: c.christian.joensson@telia.com Cc: gcc , gcc bugs Subject: Re: ICE for {i386,sparc{64,}}-linux in gcc cvs HEAD 2003-05-{19,20}: /usr/share/bison/bison.simple:774: internal compiler error: in trunc_int_for_mode, at explow.c:56 In-Reply-To: <20030520213652.A32373@sparky.j-son.org> References: <20030520132843.A14778@fw.j-son.org> <20030520200657.A21183@sparky.j-son.org> <20030520213652.A32373@sparky.j-son.org> X-SW-Source: 2003-05/txt/msg01915.txt.bz2 c.christian.joensson@telia.com writes: > stage1/xgcc -Bstage1/ -B/usr/local/gcc-binutils/sparc-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -I. -I/usr/local/src/trunk/gcc/gcc -I/usr/local/src/trunk/gcc/gcc/. -I/usr/local/src/trunk/gcc/gcc/config -I/usr/local/src/trunk/gcc/gcc/../include /usr/local/src/trunk/gcc/gcc/genpreds.c -o genpreds.o > /usr/share/bison/bison.simple: In function `yyparse': > /usr/share/bison/bison.simple:774: internal compiler error: in trunc_int_for_mode, at explow.c:56 > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > make[2]: *** [gengtype-yacc.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory `/usr/local/src/trunk/objdir/gcc' > make[1]: *** [stage2_build] Error 2 > make[1]: Leaving directory `/usr/local/src/trunk/objdir/gcc' > make: *** [bootstrap-lean] Error 2 I get the same ICE on Debian i386 unstable (bison-1.875, binutils-2.14.90.0.2, glibc-2.3.1).