rs6000 SPE breakage

David Edelsohn dje@watson.ibm.com
Fri Mar 14 04:33:00 GMT 2003


	If I remove the call to htab_expand() in htab_traverse(), the ICE
does not occur.  Why is it safe to compact the hash table at the beginning
of a call to htab_traverse?  It looks like cselib may save some
information in locs that it expects to remain consistent between its two
calls to htab_traverse() which would break if the compaction occurs at the
beginning of the second call.

David



More information about the Gcc-patches mailing list