Re: C++ PATCH for c++/45698 (crash with variadics)

2011-05-25 Thread Jason Merrill
On 05/25/2011 03:56 PM, Nathan Froyd wrote: * cp-tree.h (struct tree_argument_pack_select): Inherit from tree_base. OK if it passes testing. Jason

Re: C++ PATCH for c++/45698 (crash with variadics)

2011-05-25 Thread Nathan Froyd
On 05/25/2011 03:45 PM, Jason Merrill wrote: > While looking at this, I also noticed that print_node expects everything to > have TREE_TYPE, which is no longer correct. Technically, I think this is not true; everything inherits from tree_common; or at least tree_typed. (I had the bit of print_nod