This is the mail archive of the gcc-help@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: Help replacing ULL to eliminate pedantic error that ULL is C99


On Fri, 2007-04-06 at 05:01 -0700, John (Eljay) Love-Jensen wrote:
> Hi Stephen,
> 
> > Is my use of a 64-bit constant valid?
> 
> If by "valid" you mean strictly ISO 14882 compliant:  no.
> 
> If by "valid" you mean a GCC extension to use "long long" to represent 64-bit integers:  yes.

What is a ISO 14882 compliant way of representing a 64-bit constant
value?

Stephen


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