This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: x86-linux bootstrap broken on mainline?
- From: Jan Hubicka <jh at suse dot cz>
- To: Laurent GUERBY <laurent at guerby dot net>
- Cc: Jan Hubicka <hubicka at ucw dot cz>, gcc at gcc dot gnu dot org
- Date: Thu, 16 Jun 2005 22:57:47 +0200
- Subject: Re: x86-linux bootstrap broken on mainline?
- References: <1118945017.3246.317.camel@pc.site>
> stage1/xgcc -Bstage1/ -B/home/guerby/work/gcc/install/install-20050616T132922/i686-pc-linux-gnu/bin/ -c -O2 -g -fomit-frame-pointer -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wold-style-definition -Werror -fno-common -DHAVE_CONFIG_H -I. -I. -I/home/guerby/work/gcc/version-head/gcc -I/home/guerby/work/gcc/version-head/gcc/. -I/home/guerby/work/gcc/version-head/gcc/../include -I/home/guerby/work/gcc/version-head/gcc/../libcpp/include \
> /home/guerby/work/gcc/version-head/gcc/config/i386/i386.c -o i386.o
> /home/guerby/work/gcc/version-head/gcc/config/i386/i386.c: In function 'ix86_expand_builtin':
> /home/guerby/work/gcc/version-head/gcc/config/i386/i386.c:15127: internal compiler error: Segmentation fault
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> make[2]: *** [i386.o] Error 1
>
> It looks like the only patch between my last successful bootstrap and the current failure is
> the following, am I alone in seeing this?
Apparently the following patch
http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00971.html
should fix your problem. I got the dependencies wrong and this seem to
show up only in some memory configurations. My apologizes for that!
Honza