This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: Two or three initial observations on the fp prining patch


Paolo Carlini writes:
 > Andreas Jaeger wrote:
 > 
 > >I would propose unsigned int for uint32_t instead of unsigned long...
 > >  
 > >
 > I see, because long is 64 bit on 64 bit machines, right? Ok, I have just 
 > re-read
 > section 4.2 of your paper for GCC Summit and everything is clear!

Can we rely on (unsigned) int to be 32 bits on all supported
platforms?  If so, great.  The language doesn't require that, though.

Jerry


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