http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51777
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|unassigned at gcc dot |paolo.carlini at oracle dot
|gnu.org |com
Target Milestone|--- |4.7.0
--- Comment #2 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-01-16
15:58:28 UTC ---
Seems easy: just use the same code as dump_generic_node case INTEGER_CST, that
is call either pp_wide_integer or pp_unsigned_wide_integer. I have a patch.