[RFA] Move cpplib to the toplevel

Andrew Pinski pinskia@physics.uc.edu
Sat May 29 17:09:00 GMT 2004


On May 29, 2004, at 03:16, Paolo Bonzini wrote:

> Attached is a proper patch.
>
> Ok for mainline if Roman's test passes?


Note that sizeof (_Bool) is defined by C99 as at
least the sizeof (char) so it is wrong to check for
to see that the sizeof (_Bool) == 1, in fact there
is one major target/host which defines sizeof(_Bool)==4
and this is powerpc-apple-darwin.

Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list