This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/36651] 64-bit enumerator incorrectly demoted to 32 bits



------- Comment #3 from rguenth at gcc dot gnu dot org  2008-06-27 15:12 -------
I think this is the old bug that the enum values that fit into int get
integer type.  This can be seen from the warning as well (I think the
preprocessor gets this wrong already).  There is a dup about this somewhere...


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]