[3.4-BIB]: Add attribute support for MS bitfields

Richard Henderson rth@redhat.com
Thu Dec 5 15:29:00 GMT 2002


On Wed, Dec 04, 2002 at 04:43:14PM -0800, Douglas B Rupp wrote:
> +/* Indicates that objects of this type should be layed out as the
> +   native compiler does; if a compile line option (or default state)
> +   turns this on, then turning it OFF should result in gnu alignment. */
> +#define TYPE_NATIVE(NODE) ((NODE)->type.native_flag)

Why are you adding a bit to the tree node?


r~



More information about the Gcc-patches mailing list