"new" warnings on alphaev6-unknown-linux-gnu
Brad Lucier
lucier@math.purdue.edu
Sat Apr 14 17:17:00 GMT 2001
> Ok, these don't appear to be glibc related, but instead involve
> converting size_t to int (or vice versa) when sizeof(size_t) >
> sizeof(int). So the __extension__ block change won't fix it.
>
> I did a bootstrap on x86-linux-gnu and saw ~250 extra warnings, not
> the 1300 Brad saw on alpha-linux-gnu. So I suspect the majority of
> his problems as with Richard's stem from real size issues, not the
> glibc macros.
I agree. Sorry, I've been travelling, and couldn't reply. It appears
to me that most of the problems on alpha are because sizeof(size_t) >
sizeof(int), but, as you say, there are some other problems (perhaps
brought out in the x86 bootstrap), and the little bit of time I had
to look at it didn't allow me to separate the two.
Brad
More information about the Gcc
mailing list