This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: use hashval_t in tree.h
- From: Daniel Berlin <dberlin at dberlin dot org>
- To: Ben Elliston <bje at au1 dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 26 Apr 2006 18:37:53 -0700
- Subject: Re: PATCH: use hashval_t in tree.h
- References: <20060427004133.GA11175@ozlabs.au.ibm.com>
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 :)