On 10/02/2014 10:22 AM, Jason Merrill wrote:
Extended integer types larger than long long also participate in
enumeral promotion if needed, but I think your changes to
c_common_type_for_size handle that.

...and it seems we currently don't support enums with underlying type larger than long long, though that would be nice to fix and adding extended integer types to integer_types[] would fix it.

Jason

Reply via email to