Re: [PATCH 01/18] add typed_tree structure

2011-03-11 Thread Richard Guenther
On Fri, Mar 11, 2011 at 5:23 AM, Nathan Froyd froy...@codesourcery.com wrote: The first step in removing TREE_CHAIN (and even TREE_TYPE) from a select few nodes is to create separate substructures for trees-with-type and trees-with-chain.  Since trees-with-type but no chain are expected to be

Re: [PATCH 01/18] add typed_tree structure

2011-03-11 Thread Michael Matz
Hi, On Thu, 10 Mar 2011, Nathan Froyd wrote: * tree.h (struct typed_tree): New. IMO this should be called tree_typed, like the other structs in tree.h . Ciao, Michael.