This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR c++/141777


On 11/19/2009 09:19 AM, Dodji Seketeli wrote:
So I went ahead and tried the second approach we discussed on IRC, which is
to create a new kind of tree node to store template_info bits, instead of
the TREE_LIST it uses today.

I was thinking that we didn't need a new tree node, just change the template_info fields in lang_decl_min and lang_type_class to be a new type, i.e. a pointer to your template_info_s.


Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]