This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap failures "everywhere"
- To: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Subject: Re: Bootstrap failures "everywhere"
- From: Jan Hubicka <jh at suse dot cz>
- Date: Mon, 29 Oct 2001 12:49:12 +0100
- Cc: gcc at gcc dot gnu dot org, Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- References: <Pine.BSF.4.33.0110290944150.92381-100000@naos.dbai.tuwien.ac.at>
> sparc-sun-solaris2.8:
>
> stage1/xgcc -Bstage1/ -B/sw/test/gcc/SunOS/sparc-sun-solaris2.8/bin/ -c -DIN_GCC -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -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 /sw/test/gcc/cvs/gcc/convert.c -o convert.o
> /sw/test/gcc/cvs/gcc/calls.c: In function `save_fixed_argument_area':
> /sw/test/gcc/cvs/gcc/calls.c:961: Internal compiler error in schedule_insns, at sched-rgn.c:2942
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> gmake[2]: *** [calls.o] Error 1
> gmake[2]: *** Waiting for unfinished jobs....
>
>
>
> According to gcc/ChangeLog, it seems both breakages might be related
> with Richards recent changes?
As I've mentined, at lest the failure cited above is due to my change
to cfg_cleanup that was aimed to avoid extra liveness info rebuild that
causes us peroformance issues.
It should be fixed by my commit minute ago.
Honza
>
> Gerald