[Bug objc/25450] Enums are encoded incorrectly

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Dec 16 17:29:00 GMT 2005



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-16 17:29 -------
The enum should be
enum a
{
  b = 0, c = 1, d =0x7FFFFFFFFFFFFFFFULL
};


-- 


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



More information about the Gcc-bugs mailing list