This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: C++ PATCH for GC


Gerald Pfeifer wrote:
> 
> On Wed, 8 Sep 1999, Nathan Sidwell wrote:
> > this is on sparc-sun-solaris2.6
> > SunOS manao 5.6 Generic_105181-03 sun4u sparc
> 
> How did you manage to bootstrap on this platform before Mark's patch?
> 
> For me (and apparently others like Alexandre), sparc-sun-solaris2.6
> fails to boostrap since about two weeks ago in a rather early stage.
Ah, I see I can't

stage1/xgcc -Bstage1/ -B/local/nathan/devel/sparc-sun-solaris2.6/bin/ -c  -DIN_GCC  -DSVR4  -W -Wall -O2 -g -O2  -DHAVE_CONFIG_H    -I. -I. -I./config -I./../include fold-const.c
fold-const.c: In function `add_double':
fold-const.c:249: warning: comparison between signed and unsigned
fold-const.c: In function `mul_double':
fold-const.c:335: Internal compiler error in `create_reg_dead_note', at haifa-sched.c:4432
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
make[2]: *** [fold-const.o] Error 1
make[2]: Leaving directory `/home/staff/nathan/egcs/devel/egcs/gcc'
make[1]: *** [bootstrap] Error 2
make[1]: Leaving directory `/home/staff/nathan/egcs/devel/egcs/gcc'
make: *** [bootstrap] Error 2

I normally don't bootstrap but use an installed gcc 2.95

nathan

-- 
Dr Nathan Sidwell :: Computer Science Department :: Bristol University
        I have seen the death of PhotoShop -- it is called GIMP
nathan@acm.org  http://www.cs.bris.ac.uk/~nathan/  nathan@cs.bris.ac.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]