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: egcs-20000114 - internal compiler error compiling XEmacs


>>>>> "ZW" == Zack Weinberg <zack@wolery.cumb.org> writes:

ZW> Please do this again with -save-temps added to the command line, and
ZW> mail us elhash.i (compress it first, it'll be huge).

OK.  Here it is.

(martin@lasker) /xemacs/build/moS/src $ /hack/import/egcs-20000124/inst/linux-libc2/bin/gcc -v -save-temps -c -O3 -Wreturn-type -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -I/usr/X11R6/include /xemacs/ws/dev/src/elhash.c
Reading specs from /hack/import/egcs-20000124/inst/linux-libc2/lib/gcc-lib/i686-pc-linux-gnu/2.96/specs
gcc version 2.96 20000124 (experimental)
 /hack/import/egcs-20000124/inst/linux-libc2/lib/gcc-lib/i686-pc-linux-gnu/2.96/cpp -lang-c -v -I. -I/usr/local/include -I/usr/X11R6/include -D__GNUC__=2 -D__GNUC_MINOR__=96 -D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__ -D__linux__ -D__unix -D__linux -Asystem(posix) -D__OPTIMIZE__ -Wreturn-type -Acpu(i386) -Amachine(i386) -Di386 -D__i386 -D__i386__ -D__tune_pentiumpro__ -Demacs -DHAVE_CONFIG_H /xemacs/ws/dev/src/elhash.c elhash.i
cpp: GNU CPP version 2.96 20000124 (experimental) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 .
 /usr/local/include
 /usr/X11R6/include
 /hack/import/egcs-20000124/inst/include
 /hack/import/egcs-20000124/inst/linux-libc2/i686-pc-linux-gnu/include
 /hack/import/egcs-20000124/inst/linux-libc2/lib/gcc-lib/i686-pc-linux-gnu/2.96/include
 /usr/include
End of search list.
 /hack/import/egcs-20000124/inst/linux-libc2/lib/gcc-lib/i686-pc-linux-gnu/2.96/cc1 elhash.i -quiet -dumpbase elhash.c -O3 -Wreturn-type -version -o elhash.s
GNU C version 2.96 20000124 (experimental) (i686-pc-linux-gnu) compiled by GNU C version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release).
/xemacs/ws/dev/src/elhash.c: In function `Fremhash':
/xemacs/ws/dev/src/elhash.c:1007: Internal compiler error in `copy_rtx_and_substitute', at integrate.c:2052
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.

elhash.i.gz

elhash.s.gz


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