2013/2/7 Uros Bizjak <ubiz...@gmail.com>: > Hello! > > Attached (trivial) patch substitutes a bunch of "ll" conversion types > with HOST_LONG_LONG_FORMAT defines. Additionally, it fixes wrong usage > of HOST_WIDE_INT_PRINT_HEX_PURE in the argument of internal_error. > > The patch reportedly fixes bootstrap failures on i686-pc-mingw32. > > 2013-02-07 Uros Bizjak <ubiz...@gmail.com> > > * ggc-page.c (ggc_print_statistics): Use HOST_LONG_LONG_FORMAT > instead of "ll". > * config/i386/i386.c (ix86_print_operand): Ditto. > > lto/ChangeLog: > > 2013-02-07 Uros Bizjak <ubiz...@gmail.com> > > * lto.c (lto_resolution_ready): Use %wx instead of > HOST_WIDE_INT_PRINT_HEX_PURE in the argument to internal_error. > > Bootstrapped on x86_64-pc-linux-gnu. > > OK for mainline and 4.7 branch? > > Uros.
I have no objections. Thanks, Kai