This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Type safe vector API


Andrew Pinski writes:
 > > 
 > > I can no longer bootstrap after this patch.  It's because
 > >  ~0u is not necessarily as wide as size_t.
 > > 
 > > With this patch I can bootstrap:
 > 
 > But it is wrong as ll is a C99 but not C90.

I wasn't suggesting it as a fix: it works for me, that's all.  I
presume the author will want to submit something better.

Andrew.


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