TYPE_LANG_SPECIFIC missing

Jason Merrill jason@cygnus.com
Wed Mar 31 18:59:00 GMT 1999


>>>>> Chip Salzenberg <chip@perlsupport.com> writes:

 > According to Jason Merrill:
 >> Applied, thanks.  Sorry this took so long.

 > 'Sokay ... but was my patch really the right way, or did you find some
 > way to prevent the creation of types without T_L_S?

The problem was that we were dealing with a TEMPLATE_TYPE_PARM, which
doesn't get T_L_S.  I tweaked your patch slightly to check CLASS_TYPE_P
instead of checking for T_L_S directly, because we can only use
CLASSTYPE_FOO macros on class types.

Jason



More information about the Gcc-patches mailing list