[Bug c++/62096] unexpected warning overflow in implicit constant conversion

2016-07-21 Thread travis.vitek at roguewave dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62096 --- Comment #4 from Travis Vitek --- I believe the underlying type of the unscoped enumeration `E' should be `int'. According to 7.2 paragraph 7, the underlying type is .. implementation-defined which integral type is used as the underlying

[Bug c++/62096] New: unexpected warning overflow in implicit constant conversion

2014-08-11 Thread travis.vitek at roguewave dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: travis.vitek at roguewave dot com The following test case generates a an unexpected warning. [vitek@sidewinder] 350 % gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/amd