Annotations for SYMBOL_REF

Geoff Keating geoffk@geoffk.org
Sat Apr 12 23:34:00 GMT 2003


> Cc: gcc-patches@gcc.gnu.org
> Date: Sat, 12 Apr 2003 00:46:56 -0400
> From: David Edelsohn <dje@watson.ibm.com>

> 	The new fields in a SYMBOL_REF appear to have broken bootstrap on
> AIX because the rs6000 hash function does not expect type '0'.  The
> appended patch allows me to proceed -- I am ignoring them with respect to
> the hash.  Is this the correct approach?

Yes, that should work.  The hash needs uniqueness only of the value of
the SYMBOL_REF, which depends only on the actual name of the symbol.


-- 
- Geoffrey Keating <geoffk@geoffk.org>



More information about the Gcc-patches mailing list