https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20496
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Known to work|4.7.1 |5.1.0 Status|NEW |RESOLVED Target Milestone|--- |5.0 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Fixed by r5-424-g807e902eea17f3 . Which does: print_dec (node, file, TYPE_SIGN (TREE_TYPE (node))); always instead of dependent on the TREE_INT_CST_HIGH/TREE_INT_CST_LOW parts being different.