Bootstrap error in snapshot gcc-20010402 on alphaev67-dec-osf5.1
Himanshu Agrawal
himanshu@theory.tifr.res.in
Sun Apr 15 22:26:00 GMT 2001
Hi Rainer,
I can use your patches, but I prefer not to incorporate them myself. I
am, sort of, just testing the compilation of gcc alphaev67-dec-osf5.1.
This is because I do not see anybody else doing it on the list.
I just pickup the latest snapshot and attempt to compile it, and inform
the list members of the errors so that the people who are actually
developing the code may make the required changes in the next snapshot.
But, if applying the patches you suggest and sending the output to the
list might help the developers, I can do it. Since, you have already
checked it, there is no point of my repeating it.
I will wait for new snapshot with the patches and then try to compile
it.
-Himanshu.
Rainer Orth wrote:
>
> 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
More information about the Gcc
mailing list