// { dg-do assemble } // Bug: g++ doesn't notice the overflow in the enum values. #include enum COLOR { red, green = ULONG_MAX, blue // { dg-error "overflow in enumeration" } };