PATCH: use hashval_t in tree.h

Daniel Berlin dberlin@dberlin.org
Thu Apr 27 01:38:00 GMT 2006


On Thu, 2006-04-27 at 10:41 +1000, Ben Elliston wrote:
> iterative_hash_expr prototyped in tree.h takes (and returns) a
> hashval_t, yet tree.h cheats and uses unsigned int, knowing the basic
> type of hashval_t.  If hashval_t's type ever changes, this may break.
> 
> Tested with a bootstrap on i686-pc-linux-gnu.  Okay for the trunk?

Not without updating the makefile dependencies it's not :)




More information about the Gcc-patches mailing list