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: [tuples] walk_tree for tuples


On 7/12/07 12:21 PM, Aldy Hernandez wrote:
> We need to be able to walk the trees (leaves) inside tuples so we can
> call check_pointer_types_r on the body of a function.  We'll probably
> need this functionality in other parts of the compiler.  This patch
> introduces the equivalent walk_tree_seq and walk_tree_tuple.

walk_seq_ops and walk_tuple_ops?

The trees are all operands.  In the future these may not be trees.


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