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 internal compiler error


The attached preprocessed source code, which is from KDE's kdemultimedia-3.0 package,
causes an internal compiler error when compiled with gcc-3.0.4. The error occurs when
GCC is invoked using the command line 'gcc -c -O3 -march=athlon resample.i' or
'gcc -c -O3 -march=i686 resample.i'. If optimization is lowered to '-O2', the code
compiles without errors.

I am using glibc-2.2.5. Here's some information about my system, which is of
the i686-pc-linux-gnu kind:

bash-2.05a$ gcc -v
Reading specs from /opt/gcc-v3/lib/gcc-lib/i686-pc-linux-gnu/3.0.4/specs
Configured with: /home/thomas/src/gnu/gcc-3.0.4/configure --prefix=/opt/gcc-v3 --enable-shared --with-gnu-as --with-gnu-ld --enable-threads=posix --enable-languages=c,c++ --with-system-zlib
Thread model: posix
gcc version 3.0.4
bash-2.05a$ uname -a
Linux sarkovy.koeller.dyndns.org 2.4.18 #3 Sam Mär 23 01:29:53 CET 2002 i686 unknown

-- 
Thomas Koeller
tkoeller@gmx.net

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


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