From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19828 invoked by alias); 19 Dec 2006 17:48:11 -0000 Received: (qmail 17793 invoked by uid 48); 19 Dec 2006 17:47:53 -0000 Date: Tue, 19 Dec 2006 17:48:00 -0000 Subject: [Bug c/30259] New: [4.1 branch] ICE on valid code X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "edmar at freescale dot com" 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/msg01612.txt.bz2 Starting on December 17, the 4.1 branch fails to build for target e500v2. The comfiguration is: --target=powerpc-unknown-linux-gnuspe --enable-e500_double The failure is: /temp/gnu_toolchain/build_area/gcc-4_1-branch/obj_gcc-4_1-branch_e500v2/./gcc/xgcc -B/temp/gnu_toolchain/build_area/gcc-4_1-branch/obj_gcc-4_1- branch_e500v2/./gcc/ -B/temp/gnu_toolchain/install_area/gcc-4_1-branch/gcc-4_1-branch-20061218-e500v2/powerpc-unknown-linux-gnuspe/bin/ -B/temp /gnu_toolchain/install_area/gcc-4_1-branch/gcc-4_1-branch-20061218-e500v2/powerpc-unknown-linux-gnuspe/lib/ -isystem /temp/gnu_toolchain/instal l_area/gcc-4_1-branch/gcc-4_1-branch-20061218-e500v2/powerpc-unknown-linux-gnuspe/include -isystem /temp/gnu_toolchain/install_area/gcc-4_1-branch/gcc-4_1-branch-20061218-e500v2/powerpc-unknown-linux-gnuspe/sys-include -O2 -O2 -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-string s -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -specs=ldblspecs -g -DHAVE_GTHR_DEFAULT -DIN_LIBGC C2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I -I../../gcc-4_1-branch/gcc -I../../gcc-4_1-branch/gcc/ -I../../gcc-4_1-branch/gcc/../include -I../../gcc-4_1-branch/gcc/../libcpp/include -I/proj/ppc/sysperf/sw/gnu_toolchain/gcc_support/linuxAMD64/include -I/proj/ppc/sysperf/sw/gnu_toolchain/gcc_support/linuxAMD64/include -DL_multc3 -c ../../gcc-4_1-branch/gcc/libgcc2.c -o libgcc/./_multc3.o ../../gcc-4_1-branch/gcc/libgcc2.c: In function '__multc3': ../../gcc-4_1-branch/gcc/libgcc2.c:1702: error: unrecognizable insn: (insn 1229 1228 15 0 ../../gcc-4_1-branch/gcc/libgcc2.c:1643 (set (reg:DF 23 23 [orig:145 d+8 ] [145]) (mem/c/i:DF (plus:SI (reg/f:SI 1 1) (const_int 256 [0x100])) [3 d+8 S8 A32])) -1 (nil) (nil)) ../../gcc-4_1-branch/gcc/libgcc2.c:1702: internal compiler error: in extract_insn, at recog.c:2084 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. gmake[3]: *** [libgcc/./_multc3.o] Error 1 gmake[3]: Leaving directory `/temp/gnu_toolchain/build_area/gcc-4_1-branch/obj_gcc-4_1-branch_e500v2/gcc' gmake[2]: *** [stmp-multilib] Error 2 gmake[2]: Leaving directory `/temp/gnu_toolchain/build_area/gcc-4_1-branch/obj_gcc-4_1-branch_e500v2/gcc' gmake[1]: *** [all-gcc] Error 2 gmake[1]: Leaving directory `/temp/gnu_toolchain/build_area/gcc-4_1-branch/obj_gcc-4_1-branch_e500v2' gmake: *** [all] Error 2 -- Summary: [4.1 branch] ICE on valid code Product: gcc Version: 4.1.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: edmar at freescale dot com GCC host triplet: i686-pc-linux-gnu GCC target triplet: powerpc-unknown-linux-gnuspe http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30259