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]

bug in latest pgcc (egcs-2.90.14p)


Hi,

compiling libc-5.4.40 with egcs-2.90.14p gives me the following:

[...]
make[1]: Entering directory `/usr/src/RPM/BUILD/libc-5.4.40/libc/yp'
/usr/bin/gcc -V egcs-2.90.14p -b i586-pc-linux-gnulibc1  -O -g  -I.
-I../libio -I../libio/stdio -DNLS -I../nls  -DYP -DNO_SHADOW
-D_GNU_SOURCE -DSTDC_HEADERS -DUSG -DDIRENT -DSYSV -DUSE_BSD_REGEX -D_LIBC
-DINTERNAL_LINUX_C_LIB -D_REENTRANT  -Wall -Wstrict-prototypes
-Wmissing-prototypes -funsigned-char -I../internal -nostdinc
-I../../include
-I/usr/lib/gcc-lib/i586-pc-linux-gnulibc1/egcs-2.90.14p/include -c yplib.c
-o ../elfdebug/libc/yplib.o
yplib.c: In function `__yp_dobind':
yplib.c:396: internal error--unrecognizable insn:
(insn 132 130 134 (set (mem:SI (pre_dec:SI (reg:SI 7 %esp)))
        (mem:SI (reg:SI 16 %argp))) -1 (nil)
    (nil))
gcc: Internal compiler error: program cc1 got fatal signal 6
[...]

This happens only if -O is used (no optimization and all other
optimizations work).

ron

-- 
\ Ronald Wahl --- rwa@informatik.tu-chemnitz.de   \
 \ WWW: http://www.tu-chemnitz.de/~row             \
  \ Talk: rwa@goliath.csn.tu-chemnitz.de            \
   \ PGP key available by finger to my email address \



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