pretty-print.c (pp_integer_with_precision): Use HOST_LONG_LONG_FORMAT.

2008-05-11  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>

	* pretty-print.c (pp_integer_with_precision): Use
	HOST_LONG_LONG_FORMAT.

From-SVN: r135171
This commit is contained in:
Aaron W. LaFramboise 2008-05-11 04:06:57 -06:00 committed by Aaron W. LaFramboise
parent e999ee5257
commit 2a15770024
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-05-11 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
* pretty-print.c (pp_integer_with_precision): Use
HOST_LONG_LONG_FORMAT.
2008-05-10 Kenneth Zadeck <zadeck@naturalbridge.com>
* gcse.c (store_killed_in_insn): Negated call to RTL_CONST_CALL_P.

View File

@ -50,7 +50,7 @@ along with GCC; see the file COPYING3. If not see
break; \
\
case 2: \
pp_scalar (PP, "%ll" F, va_arg (ARG, long long T)); \
pp_scalar (PP, "%" HOST_LONG_LONG_FORMAT F, va_arg (ARG, long long T)); \
break; \
\
default: \