https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61568
--- Comment #2 from Melissa ---
(In reply to Harald van Dijk from comment #1)
> The C++ standard requires an unscoped enumeration type with an underlying
> type that is not fixed to promote to signed int, if signed int is capable of
> representin
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: myriachan at cox dot net
If you have an unscoped, unfixed-type enum whose members exist solely within
[0...INT_MAX], the enum type is considered "signed int", but the
"__