This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sparc-sun-solaris2.8 bootstrap: ICE in bb-reorder.c
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: sparc-sun-solaris2.8 bootstrap: ICE in bb-reorder.c
- From: Jan Hubicka <jh at suse dot cz>
- Date: Tue, 11 Sep 2001 17:48:33 +0200
- Cc: Jan Hubicka <jh at suse dot cz>, gcc at gcc dot gnu dot org
- References: <Pine.BSF.4.33.0109111706370.86377-100000@taygeta.dbai.tuwien.ac.at>
> Jan, I'm afraid this is an outfall of your patch(es) yesterday:
>
> /sw/test/gcc/cvs/gcc/libgcc2.c: In function `__lshrdi3':
> /sw/test/gcc/cvs/gcc/libgcc2.c:266: Internal compiler error in emit_jump_to_block_after, at bb-reorder.c:546
> 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/./_lshrdi3.o] Error 1
> gmake[2]: *** [stmp-multilib] Error 2
>
> (Given how often sparc-* has failed to bootstrap recently, I think it
> should be tested before most changes to the cfg* stuff in the future
> are actually installed.)
Note that I can't test sparc till next week, but I am moving the development to
the branch tomorrow (I just want to get the cleanups in in cases that are
relativly safe and has huge volume of changes to avoid merging problems later).
I will bootstrap the sparc from branch then more regulary.
Honza
>
> Gerald