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


Richard Earnshaw wrote:
> 
> 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?

Yes, it should.  Stupid cut & paste error :-( .
Please consider the patch as amended to remove the extra l.
	
-- 
--------------------------
SuperH
2430 Aztec West / Almondsbury / BRISTOL / BS32 4AQ
T:+44 1454 462330


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