gcc-3.0 bug

Gábor Lénárt lgb@lgb.hu
Sun Sep 30 02:41:00 GMT 2001


Hi All,

I have just found a gcc-3.0 bug. This is my first gcc buf report I hope
it's correct :)

- Gabor

-- 
 --[ Gábor Lénárt ]---[ Vivendi Telecom Hungary ]---------[ lgb@lgb.hu ]--
 U have 8 bit comp or chip of them and it's unused or to be sold? Call me!
 -------[ +36 30 2270823 ]------> LGB <-----[ Linux/UNIX/8bit 4ever ]-----
lgb@oxygene:~/src/MPlayer-dev/main$ gcc-3.0 -save-temps -c -march=k6 -mcpu=k6 -O4 -pipe -ffast-math -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Iloader -Ilibvo  -I/usr/local/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include  -o mplayer.o mplayer.c
gcc-3.0: Warning: -pipe ignored because -save-temps specified
mplayer.c: In function `main':
mplayer.c:1962: Unrecognizable insn:
(insn 14588 1834 14589 (parallel[
            (set (reg:SI 1 edx [334])
                (const_int 0 [0x0]))
            (clobber (reg:CC 17 flags))
        ] ) -1 (nil)
    (expr_list:REG_UNUSED (reg:CC 17 flags)
        (nil)))
mplayer.c:1962: Internal compiler error in extract_insn, at recog.c:2218
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.

lgb@oxygene:~/src/MPlayer-dev/main$ gcc-3.0 -v
Reading specs from /usr/lib/gcc-lib/i386-linux/3.0.2/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,proto,objc --prefix=/usr --infodir=/share/info --mandir=/share/man --enable-shared --with-gnu-as --with-gnu-ld --with-system-zlib --enable-long-long --enable-nls --without-included-gettext --disable-checking --enable-threads=posix --enable-java-gc=boehm --with-cpp-install-dir=bin --enable-objc-gc i386-linux
Thread model: posix
gcc version 3.0.2 20010922 (Debian prerelease)

lgb@oxygene:~/src/MPlayer-dev/main$ uname -a
Linux oxygene 2.4.10 #1 Sun Sep 23 22:58:53 CEST 2001 i686 unknown

lgb@oxygene:~/src/MPlayer-dev/main$ ld -v
GNU ld version 2.11.90.0.31 (with BFD 2.11.90.0.31)

lgb@oxygene:~/src/MPlayer-dev/main$ cat /proc/cpuinfo
processor       : 0
vendor_id       : AuthenticAMD
cpu family      : 6
model           : 3
model name      : AMD Duron(tm) Processor
stepping        : 0
cpu MHz         : 800.060
cache size      : 64 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 1
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow
bogomips        : 1595.80


More information about the Gcc-bugs mailing list