Bootstrap error in snapshot gcc-20010402 on alphaev67-dec-osf5.1
Rainer Orth
ro@TechFak.Uni-Bielefeld.DE
Tue Apr 10 13:45:00 GMT 2001
Himanshu,
> I tried to compile gcc-20010402 snapshot on alphaev67-dec-osf5.1.
> Configure works fine but bootstrap fails.
>
> I have attached the relevant messages from the output of the make (GNU
> make) below.
[...]
> cc: Error: ../../gcc-20010402/gcc/system.h, line 561: In this
> declaration, "char" cannot be combined with "_Bool". (typeconflict)
> typedef char _Bool;
> -------------^
all these errors are a consequence of cc supporting a built-in _Bool type.
My patch
http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00256.html
handles this. I still need to submit a cleaned-up version thereof, but it
should be good enough to get you started, provided you use my patch to fall
back to the old assembler included in Tru64 5.1 as well:
http://gcc.gnu.org/ml/gcc-patches/2001-02/msg01448.html
You may want
http://gcc.gnu.org/ml/gcc-patches/2001-04/msg00213.html
too :-)
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University
Email: ro@TechFak.Uni-Bielefeld.DE
More information about the Gcc
mailing list