http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60832
Bug ID: 60832
Summary: add pretty-printer code for double-int/wide-int
Product: gcc
Version: 4.10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: middle-end
Assignee: unassigned at gcc dot gnu.org
Reporter: manu at gcc dot gnu.org
Created attachment 32590
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32590&action=edit
WIP patch
Currently, there is no pretty-printer code to print a double-int (or wide-int)
in a warning. This would be useful for cases such as the one in the attached
patch. The current method prints '3u' instead of just '3', as it should.