Patch for PR c++/80

Neil Booth neil@daikokuya.demon.co.uk
Tue Jun 26 10:47:00 GMT 2001


Ben Elliston wrote:-

> -  if (flag_short_enums || (precision > TYPE_PRECISION (integer_type_node)))
> +  if (flag_short_enums || TYPE_PACKED (enumtype) || (precision > TYPE_PRECISION (integer_type_node)))

Please wrap your long lines.

Thanks,

Neil.



More information about the Gcc-patches mailing list