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++/12242] g++ should warn about out-of-range int->enum conversions



------- Comment #8 from manu at gcc dot gnu dot org  2007-01-21 17:47 -------
I was thinking about adding this to Wconversion. But perhaps it is more
appropriate for Wundefined. After all, the value may change or not depending on
the particular implementation, since it is undefined. 

Gabriel, should I add it to the list of Wundefined?


-- 


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


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