This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/12960] New: ICE with FFWT3 on PPC
- From: "gcc-bugzilla at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Nov 2003 08:07:17 -0000
- Subject: [Bug c/12960] New: ICE with FFWT3 on PPC
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
akumria@bruckner:~/fftw3-3.0.1/dft/simd/codelets$ gcc -v -save-temps -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd -O3 -fomit-frame-pointer -fno-schedule-insns -fstrict-aliasing -mcpu=powerpc -pthread -O3 -maltivec -mabi=altivec -MT n1fv_9.lo -MD -MP -MF .deps/n1fv_9.Tpo -c n1fv_9.c -fPIC -DPIC -o .libs/n1fv_9.lo
Reading specs from /usr/lib/gcc-lib/powerpc-linux/3.3.2/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc --disable-multilib powerpc-linux
Thread model: posix
gcc version 3.3.2 (Debian)
/usr/lib/gcc-lib/powerpc-linux/3.3.2/cc1 -E -quiet -v -I. -I. -I../../.. -I../../../kernel -I../../../dft -I../../../dft/simd -I../../../simd -MD .libs/n1fv_9.d -MF .deps/n1fv_9.Tpo -MP -MT n1fv_9.lo -MQ .libs/n1fv_9.lo -D__GNUC__=3 -D__GNUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=2 -D__PIC__=2 -D__pic__=2 -D__unix__ -D__gnu_linux__ -D__linux__ -Dunix -D__unix -Dlinux -D__linux -Asystem=unix -Asystem=posix -D_REENTRANT -DHAVE_CONFIG_H -DPIC n1fv_9.c -mcpu=powerpc -maltivec -mabi=altivec -fomit-frame-pointer -fno-schedule-insns -fstrict-aliasing -fPIC -O3 -O3 n1fv_9.i
ignoring nonexistent directory "/usr/powerpc-linux/include"
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
.
../../..
../../../kernel
../../../dft
../../../dft/simd
../../../simd
/usr/local/include
/usr/lib/gcc-lib/powerpc-linux/3.3.2/include
/usr/include
End of search list.
/usr/lib/gcc-lib/powerpc-linux/3.3.2/cc1 -fpreprocessed n1fv_9.i -quiet -dumpbase n1fv_9.c -mcpu=powerpc -maltivec -mabi=altivec -auxbase-strip .libs/n1fv_9.lo -O3 -O3 -version -fomit-frame-pointer -fno-schedule-insns -fstrict-aliasing -fPIC -o n1fv_9.s
GNU C version 3.3.2 (Debian) (powerpc-linux)
compiled by GNU C version 3.3.2 (Debian).
GGC heuristics: --param ggc-min-expand=38 --param ggc-min-heapsize=15857
n1fv_9.c: In function `n1fv_9':
n1fv_9.c:43: error: unrecognizable insn:
(insn 3105 1672 1673 2 (nil) (set (reg:V4SF 77 v0)
(const_vector:V4SF [
(const_double:SF 9.3969261646270751953125e-1 [0x0.f08fb2p+0])
(const_double:SF 9.3969261646270751953125e-1 [0x0.f08fb2p+0])
(const_double:SF 9.3969261646270751953125e-1 [0x0.f08fb2p+0])
(const_double:SF 9.3969261646270751953125e-1 [0x0.f08fb2p+0])
])) -1 (nil)
(nil))
n1fv_9.c:43: internal compiler error: in extract_insn, at recog.c:2175
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Environment:
System: Linux bruckner 2.4.21 #1 Don Aug 28 15:18:52 CEST 2003 ppc GNU/Linux
Architecture: ppc
host: powerpc-unknown-linux-gnu
build: powerpc-unknown-linux-gnu
target: powerpc-unknown-linux-gnu
configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --without-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc --disable-multilib powerpc-linux
How-To-Repeat:
What follows is the file n1fv_9.i; according to the instructions Ihave bzip2'd the file and I have subsequently uuencoded the file.
--
Summary: ICE with FFWT3 on PPC
Product: gcc
Version: 3.3.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: wildfire at progsoc dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: powerpc-unknown-linux-gnu
GCC host triplet: powerpc-unknown-linux-gnu
GCC target triplet: powerpc-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12960