From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12860 invoked by alias); 17 Aug 2009 19:45:04 -0000 Received: (qmail 12674 invoked by uid 48); 17 Aug 2009 19:44:47 -0000 Date: Mon, 17 Aug 2009 19:45:00 -0000 Message-ID: <20090817194447.12673.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug testsuite/40671] [4.5 Regression] internal compiler error: in extract_insn, at recog.c:2089 on powerpc In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dominiq at lps dot ens dot fr" 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: 2009-08/txt/msg01450.txt.bz2 ------- Comment #2 from dominiq at lps dot ens dot fr 2009-08-17 19:44 ------- > I suspect this may be related to a problem with building for altivec that I > noticed after checking in the first of the powerpc changes. If possible, could > you rebuild the compiler with BOOT_CFLAGS='-g -O2 -mno-altivec' to see if that > is the problem. With [karma] f90/bug% gcc45 -v Using built-in specs. Target: powerpc-apple-darwin9 Configured with: ../gcc-4.5-work/configure --prefix=/opt/gcc/gcc4.5w --mandir=/opt/gcc/gcc4.5w/share/man --infodir=/opt/gcc/gcc4.5w/share/info --build=powerpc-apple-darwin9 --enable-languages=c,c++,fortran --with-gmp=/sw --with-libiconv-prefix=/usr --with-system-zlib --x-includes=/usr/X11R6/include --x-libraries=/usr/X11R6/lib --with-cloog=/sw --with-ppl=/sw --with-mpc=/opt/mpc/build/ Thread model: posix gcc version 4.5.0 20090815 (experimental) [trunk revision 150792] (GCC) where I have edited the Makefile to add -mno-altivec to BOOT_CFLAGS and checked that I saw it at stage 2 and 3, I still have the same errors. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40671