This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: make genemit / genrecog emit L / LL suffixes
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Joern Rennecke <joern dot rennecke at superh dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Date: Fri, 28 Jun 2002 17:21:26 +0100
- Subject: Re: RFA: make genemit / genrecog emit L / LL suffixes
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
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.