This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC 3.0.4 bug found! Internal compiler error in print_rtl_and_abort


Following bug was uncovered while compiling kdemultimedia-3.0.2 (stable)

ERROR MESSAGE
=============
resample.c: In function `pre_resample':
resample.c:1298: Internal compiler error in print_rtl_and_abort, at
flow.c:6458
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.


GCC VERSION
===========
Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
Configured with: ../gcc-3.0.4/configure --prefix=/usr --enable-shared
--enable-languages=c,c++,java,objc --enable-threads=posix
Thread model: posix
gcc version 3.0.4


SYSTEM TYPE
===========
Custom (Linux From Scratch) Linux System
PIII-450 384MB RAM


GCC COMPILATION OPTIONS
=======================
cd /usr/src
mkdir ../gcc-build &&
   cd ../gcc-build &&
   export CFLAGS='-O3 -march=i686 -mcpu=i686' &&
   ../gcc-3.0.4/configure --prefix=/usr --enable-shared \
       --enable-languages=c,c++,java,objc --enable-threads=posix \
       --with-slibdir=/lib &&
   make bootstrap &&
   make install &&
   ln -sf ../usr/bin/cpp /lib &&
   ln -sf ../bin/cpp /usr/lib &&
   ln -sf gcc /usr/bin/cc


BUG TRIGGER COMMAND LINE
========================

./configure --prefix=/usr --enable-shared --enable-cups --without-pam
--with-ssl-dir=/usr/include/openssl --with-dpms --with-x --with-shadow
--without-rpm && make && make install



COMPILER OUTPUT
===============
cd `/usr/src/new/kde/kdemultimedia-3.0.2/kmidi/TIMIDITY'
./makelinks ./..
touch buildhack
source='timidity.c' object='timidity.o' libtool=no \
depfile='.deps/timidity.Po' tmpdepfile='.deps/timidity.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include
`/usr/bin/artsc-config --cflags`  -DQT_THREAD_SUPPORT -O3 -march=i686
-mcpu=i686 -D_REENTRANT -DDEFAULT_PATH=\"//usr/share/apps/kmidi/config\"
-DAU_OSS  -DIA_XAW -DQT_THREAD_SUPPORT -O3 -march=i686 -mcpu=i686
-D_REENTRANT  -fasm -O2  -O3 -march=i686 -mcpu=i686 -c `test -f
timidity.c || echo './'`timidity.c
source='common.c' object='common.o' libtool=no \
depfile='.deps/common.Po' tmpdepfile='.deps/common.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include
`/usr/bin/artsc-config --cflags`  -DQT_THREAD_SUPPORT -O3 -march=i686
-mcpu=i686 -D_REENTRANT -DDEFAULT_PATH=\"//usr/share/apps/kmidi/config\"
-DAU_OSS  -DIA_XAW -DQT_THREAD_SUPPORT -O3 -march=i686 -mcpu=i686
-D_REENTRANT  -fasm -O2  -O3 -march=i686 -mcpu=i686 -c `test -f common.c
|| echo './'`common.c
source='readmidi.c' object='readmidi.o' libtool=no \
depfile='.deps/readmidi.Po' tmpdepfile='.deps/readmidi.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include
`/usr/bin/artsc-config --cflags`  -DQT_THREAD_SUPPORT -O3 -march=i686
-mcpu=i686 -D_REENTRANT -DDEFAULT_PATH=\"//usr/share/apps/kmidi/config\"
-DAU_OSS  -DIA_XAW -DQT_THREAD_SUPPORT -O3 -march=i686 -mcpu=i686
-D_REENTRANT  -fasm -O2  -O3 -march=i686 -mcpu=i686 -c `test -f
readmidi.c || echo './'`readmidi.c
source='playmidi.c' object='playmidi.o' libtool=no \
depfile='.deps/playmidi.Po' tmpdepfile='.deps/playmidi.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include
`/usr/bin/artsc-config --cflags`  -DQT_THREAD_SUPPORT -O3 -march=i686
-mcpu=i686 -D_REENTRANT -DDEFAULT_PATH=\"//usr/share/apps/kmidi/config\"
-DAU_OSS  -DIA_XAW -DQT_THREAD_SUPPORT -O3 -march=i686 -mcpu=i686
-D_REENTRANT  -fasm -O2  -O3 -march=i686 -mcpu=i686 -c `test -f
playmidi.c || echo './'`playmidi.c
source='resample.c' object='resample.o' libtool=no \
depfile='.deps/resample.Po' tmpdepfile='.deps/resample.TPo' \
depmode=gcc3 /bin/sh ../../admin/depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/X11R6/include
`/usr/bin/artsc-config --cflags`  -DQT_THREAD_SUPPORT -O3 -march=i686
-mcpu=i686 -D_REENTRANT -DDEFAULT_PATH=\"//usr/share/apps/kmidi/config\"
-DAU_OSS  -DIA_XAW -DQT_THREAD_SUPPORT -O3 -march=i686 -mcpu=i686
-D_REENTRANT  -fasm -O2  -O3 -march=i686 -mcpu=i686 -c `test -f
resample.c || echo './'`resample.c
resample.c: In function `pre_resample':
resample.c:1298: Internal compiler error in print_rtl_and_abort, at
flow.c:6458
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[3]: *** [resample.o] Error 1
make[3]: Leaving directory
`/usr/src/new/kde/kdemultimedia-3.0.2/kmidi/TIMIDITY'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/new/kde/kdemultimedia-3.0.2/kmidi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/new/kde/kdemultimedia-3.0.2'
make: *** [all] Error 2
root:/usr/src/new/kde/kdemultimedia-3.0.2# gccbug

SAVE-TEMPS FILE FROM RESAMPLE.O BUILD FAILURE - resample.i
==========================================================

<SEE ATTACHMENT>


--
Upstream - libpam-pgsql.codecastle.com
Debian - Woody: 0.5.2-3 Sid: 0.5.2-5
State - bugs.debian.org/libpam-pgsql
"The price of Free Software is Eternal Literacy."

"I'd rather die on my feet, than live on my knees."
		Deloris Clayborn

Attachment: resample.i.bz2
Description: BZip2 compressed data

Attachment: msg00635/pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]