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]

Re: debug/2968 Please reopen, still exists


After recieving a notice that this is being closed, I downloaded the latest
gcc-3.0.1 from debian.

Lines shortened by hand.
gcc-3.0 -v
Reading specs from /usr/lib/gcc-lib/i386-linux/3.0.1/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.1 20010801 (Debian prerelease)

Then tried to compile glibc-2.2.3+nss-patch. It continues to fail:
gcc-3.0 printf_fp.c -c -Os -Wall -Wbad-function-cast -Wcast-qual -Wcomment
-Wcomments -Winline -Wmissing-declarations -Wmissing-noreturn
-Wmissing-prototypes -Wmultichar -Wsign-compare -Wstrict-prototypes
-Wtrigraphs -Wwrite-strings -fstrict-aliasing -ggdb -march=athlon
-I../include -I.  -I.. -I../libio  -I../sysdeps/i386/elf -I../linuxthreads/
sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux
-I../linuxthreads/sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv
-I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386/i686
-I../linuxthreads/sysdeps/i386/i586 -I../linuxthreads/sysdeps/i386
-I../sysdeps/unix/sysv/linux/i386/i686 -I../sysdeps/unix/sysv/linux/i386
-I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common
-I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 
-I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix 
-I../sysdeps/posix -I../sysdeps/i386/i686/fpu -I../sysdeps/i386/i686 
-I../sysdeps/i386/i486 -I../sysdeps/i386/fpu -I../sysdeps/i386 
-I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 
-I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754
-I../sysdeps/generic/elf -I../sysdeps/generic -D_LIBC_REENTRANT -include
../include/libc-symbols.h     -D_IO_MTSAFE_IO -o printf_fp.o
printf_fp.c: In function `__printf_fp':
printf_fp.c:1144: Internal compiler error in gen_subprogram_die, at
dwarf2out.c:9516
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[1]: *** [printf_fp.o] Error 1
make[1]: Leaving directory `/usr/local/src/build/libc-2.2.3/stdio-common'
make: *** [stdio-common/subdir_lib] Error 2



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