From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16907 invoked by alias); 12 Dec 2006 21:54:11 -0000 Received: (qmail 16878 invoked by uid 48); 12 Dec 2006 21:53:59 -0000 Date: Tue, 12 Dec 2006 21:54:00 -0000 Subject: [Bug target/30185] New: ICE with unrecognizable insn on powerpc64 while building gimp with -O1+ X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "vapier at gentoo dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-12/txt/msg01086.txt.bz2 trying to build gimp on PPC64 triggers an ICE when building with optimization: if powerpc64-unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE -DSTANDALONE=0 -DUSE_INTERFACE=1 -DUSE_MATH=1 -DUSE_ASCII_NAMES=0 -DUSE_STRLWR=0 -I../../.. -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -mcpu=970 -mtune=970 -maltivec -mabi=altivec -mpowerpc64 -fno-strict-aliasing -fomit-frame-pointer -pipe -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -MT scheme.o -MD -MP -MF ".deps/scheme.Tpo" -c -o scheme.o scheme.c; \ then mv -f ".deps/scheme.Tpo" ".deps/scheme.Po"; else rm -f ".deps/scheme.Tpo"; exit 1; fi scheme.c: In function ‘alloc_cellseg’: scheme.c:598: warning: cast from pointer to integer of different size scheme.c: At top level: scheme.c:1564: warning: no previous prototype for ‘putcharacter’ scheme.c:4435: warning: no previous prototype for ‘scheme_init_new’ scheme.c:4671: warning: no previous prototype for ‘scheme_call’ scheme.c: In function ‘opexe_2’: scheme.c:3413: error: unrecognizable insn: (insn 973 971 974 95 (set (reg:SI 546) (subreg:DI (reg/v:TI 355 [ b ]) 8)) -1 (nil) (nil)) scheme.c:3413: internal compiler error: in extract_insn, at recog.c:2084 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Preprocessed source stored into /tmp/ccQqJiAY.out file, please attach this to your bugreport. -- Summary: ICE with unrecognizable insn on powerpc64 while building gimp with -O1+ Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: vapier at gentoo dot org GCC host triplet: powerpc64-linux-gnu GCC target triplet: powerpc64-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30185