http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56227



--- Comment #7 from Craig Powers <craig.powers at gmail dot com> 2013-02-06 
20:19:15 UTC ---

(In reply to comment #6)

> (In reply to comment #5)

> > ../../gcc-4.8-20130203/gcc/lto/lto.c: In function 'void

> > lto_resolution_read(spla

> > y_tree, FILE*, lto_file*)':

> > ../../gcc-4.8-20130203/gcc/lto/lto.c:2229:33: error: unknown conversion type

> > cha

> > racter 'I' in format [-Werror=format=]

> >         " not in object file", id);

> >                                  ^

> > 

> > The full line is,

> >         internal_error ("resolution sub id " HOST_WIDE_INT_PRINT_HEX_PURE

> >                 " not in object file", id);

> > 

> > Given that it's an internal error, I'm going to do a workaround so it will

> > still build for me.

> 

> I don't see anything wrong with the above HOST_WIDE_INT_PRINT_HEX_PURE

> definition. Does this hints and some MinGW specific problem in type checking?

> 

> (I don't have access to MinGW platform, someone else should look a this

> problem.)



I have no idea, personally.  I'm willing to try out proposed fixes for any

issues, as long as I can run it in the background and not eat up time I should

be spending getting other work done.

Reply via email to