From: mathewt AT lucent DOT com (Mathew Thomas) Date: Mon, 28 Aug 2000 17:04:27 -0400 (EDT) Message-Id: <200008282104.RAA01976@acrm250.wh.lucent.com> Original-From: mathewt AT nwmail DOT wh DOT lucent DOT com (Mathew Thomas) To: pgcc AT delorie DOT com Subject: Possible bug ? Content-Type: text Reply-To: pgcc AT delorie DOT com Hello, I was trying to compile glibc-2.1.3 with pgcc-2.95.3 and I was getting this error. I am not sure if its a compiler or a glibc problem (or its me). Does anyone have any workarounds or suggestions ? Best regards, Mathew --------------------- gcc common/db_appinit.c -c -O -Wall -Winline -Wstrict-prototypes \ -Wwrite-strings -g -fPIC -I../include -I. \ -I/usr/src/redhat/BUILD/glibc-obj/db2 -I.. -I../libio \ -I/usr/src/redhat/BUILD/glibc-obj -I../sysdeps/i386/elf \ -I../crypt/sysdeps/unix -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 -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 -I../sysdeps/i386/i486 -I../sysdeps/libm-i387/i686 \ -I../sysdeps/i386/fpu -I../sysdeps/libm-i387 -I../sysdeps/i386 \ -I../sysdeps/wordsize-32 -I../sysdeps/ieee754 -I../sysdeps/libm-ieee754 \ -I../sysdeps/generic/elf -I../sysdeps/generic -D_LIBC_REENTRANT \ -include ../include/libc-symbols.h -DPIC -DHAVE_LLSEEK=1 \ -DHAVE_SPINLOCKS=1 -DHAVE_ASSEM_X86_GCC=1 -I./include -include ./compat.h \ -o /usr/src/redhat/BUILD/glibc-obj/db2/db_appinit.os common/db_appinit.c: In function `__db_appname': common/db_appinit.c:479: fixed or forbidden register 0 (ax) was spilled for class AREG. common/db_appinit.c:479: This may be due to a compiler bug or to impossible asm common/db_appinit.c:479: statements or clauses. common/db_appinit.c:479: This is the instruction: (insn 902 901 903 (parallel[ (set (reg:SI 2 %ecx) (unspec:SI[ (mem:BLK (reg:SI 5 %edi) 0) (const_int 0 [0x0]) (const_int 1 [0x1]) ] 0)) (clobber (reg:SI 5 %edi)) ] ) 424 {strlensi+1} (insn_list 901 (nil)) (expr_list:REG_UNUSED (reg:SI 5 %edi) (nil))) make[2]: *** [/usr/src/redhat/BUILD/glibc-obj/db2/db_appinit.os] Error 1