common tree nodes question

Richard Henderson rth@redhat.com
Mon Feb 25 17:37:00 GMT 2002


On Mon, Feb 25, 2002 at 07:26:38PM +1100, Aldy Hernandez wrote:
>   intQI_type_node = make_signed_type (GET_MODE_BITSIZE (QImode));
>   intHI_type_node = make_signed_type (GET_MODE_BITSIZE (HImode));
>   etc
> 
> which doesn't define the TYPE_NAME field, just makes the raw types.
> 
> what's the right solution here?

I can't think of anything better than to have the front ends
overwrite intQI_type_node et al with the standard nodes for
the language when such are created.


r~



More information about the Gcc mailing list