http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56227
--- Comment #14 from uros at gcc dot gnu.org 2013-02-07 19:18:40 UTC --- Author: uros Date: Thu Feb 7 19:18:27 2013 New Revision: 195865 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195865 Log: Backport from mainline 2013-02-07 Uros Bizjak <ubiz...@gmail.com> PR bootstrap/56227 * ggc-page.c (ggc_print_statistics): Use HOST_LONG_LONG_FORMAT instead of "ll". * config/i386/i386.c (ix86_print_operand): Ditto. lto/ChangeLog: Backport from mainline 2013-02-07 Uros Bizjak <ubiz...@gmail.com> PR bootstrap/56227 * lto.c (lto_resolution_ready): Use %wx instead of HOST_WIDE_INT_PRINT_HEX_PURE in the argument to internal_error. Modified: branches/gcc-4_7-branch/gcc/ChangeLog branches/gcc-4_7-branch/gcc/config/i386/i386.c branches/gcc-4_7-branch/gcc/ggc-page.c branches/gcc-4_7-branch/gcc/lto/ChangeLog branches/gcc-4_7-branch/gcc/lto/lto.c