This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: egcs-20000114 - internal compiler error compiling XEmacs
- To: Martin Buchholz <martin at xemacs dot org>
- Subject: Re: egcs-20000114 - internal compiler error compiling XEmacs
- From: Zack Weinberg <zack at wolery dot cumb dot org>
- Date: Thu, 27 Jan 2000 23:21:57 -0800
- Cc: bug-gcc at gnu dot org
- References: <14481.13199.558280.617097@gargle.gargle.HOWL>
On Thu, Jan 27, 2000 at 10:13:35PM -0800, Martin Buchholz wrote:
> The combination gcc + --enable-cpplib when compiling XEmacs src/elhash.c
> crashes gcc in the following way:
>
> gcc -O3 -Wreturn-type ==> crash
> gcc -O -Wreturn-type ==> no crash
> gcc -O3 ==> no crash
[...]
> (martin@lasker) /xemacs/build/moS/src $ /hack/import/egcs-20000124/inst/linux-libc2/bin/gcc -v -c -O3 -Wreturn-type -Demacs -I. -DHAVE_CONFIG_H -I/usr/local/include -I/usr/X11R6/include /xemacs/ws/dev/src/elhash.c
Please do this again with -save-temps added to the command line, and
mail us elhash.i (compress it first, it'll be huge).
zw