https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60333
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |redi at gcc dot gnu.org --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- Created attachment 35262 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35262&action=edit Fix make_signed / make_unsigned for enumeration types This patch handles enumeration types larger than long and preserves cv-qualifiers (which is currently not done). I'll check this in after the 5.1 release.