This is the mail archive of the gcc@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: "new" warnings on alphaev6-unknown-linux-gnu


> 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


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