------- Additional Comments From hjl at lucon dot org 2005-05-25 14:51 ------- The problem is
typedef unsigned int hashval_t; static hashval_t volatilized_hash (const void *ptr) { tree typ = ((struct volatilized_type *)ptr)->type; return (hashval_t) typ; } Isn't typ a pointer? Will it make hash to change between stages? -- What |Removed |Added ---------------------------------------------------------------------------- CC| |zlaski at apple dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21752