This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: SPARC bootstrap failure
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: SPARC bootstrap failure
- From: Jan Hubicka <jh at suse dot cz>
- Date: Mon, 23 Jul 2001 23:52:33 +0200
- Cc: gcc-bugs at gcc dot gnu dot org, Jan Hubicka <jh at suse dot cz>
- References: <200107231417.QAA16389@nunki.dbai.tuwien.ac.at> <Pine.BSF.4.33.0107231903300.90992-100000@deneb.dbai.tuwien.ac.at>
> Jan, is it possible that this new bootstrap failure on sparc-sun-solaris2.8
>
> ./xgcc -B./ -B/sw/test/gcc/SunOS/sparc-sun-solaris2.8/bin/ -isystem /sw/test/gcc/SunOS/sparc-sun-solaris2.8/include -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -isystem ./include -fPIC -g1 -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I/sw/test/gcc/cvs/gcc -I/sw/test/gcc/cvs/gcc/. -I/sw/test/gcc/cvs/gcc/config -I/sw/test/gcc/cvs/gcc/../include -DL_ashldi3 -c /sw/test/gcc/cvs/gcc/libgcc2.c -o libgcc/./_ashldi3.o
> /sw/test/gcc/cvs/gcc/libgcc2.c: In function `__ashldi3':
> /sw/test/gcc/cvs/gcc/libgcc2.c:297: Internal compiler error in split_all_insns, at recog.c:2759
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> gmake[3]: *** [libgcc/./_ashldi3.o] Error 1
> gmake[3]: *** Waiting for unfinished jobs....
> /sw/test/gcc/cvs/gcc/libgcc2.c: In function `__lshrdi3':
> /sw/test/gcc/cvs/gcc/libgcc2.c:266: Internal compiler error in split_all_insns, at recog.c:2759
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
>
> is caused by
Possibly. I am going to start bootstrap on sparc now.
Honza