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: RFA: make genemit / genrecog emit L / LL suffixes


joern.rennecke@superh.com said:
>   #  if HOST_BITS_PER_WIDE_INT == HOST_BITS_PER_LONG
>   #   define HOST_WIDE_INT_PRINT_DEC "%ld"
> + #   define HOST_WIDE_INT_PRINT_DEC_C "%lldL" 

Shouldn't this be %ldL?  How do we know the C library has long long 
support?

R.


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