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: PATCH for iterative_hash_expr


> > Some of the work I'm doing on the tree-ssa branch needs to compute a hash
> > value for an arbitrary expression.  I imagine that this will be useful for
> > other code as well, so I'm putting the hash function into tree.c.
> > 
> 
> > +       val = iterative_hash_object (t, val);
> 
> I can't believe this patch has been in the tree for 48 hours now and yet 
> nobody else has commented.  Where is the definition of 
> iterative_hash_object?
> 
> R.
> 

Never mind, the include files in my cross-tree were out of date.

R.


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