[Bug ipa/64668] [5 Regression] internal compiler error: in compare_ssa_name, at ipa-icf-gimple.c:120

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 19 12:37:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64668

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
Indeed:

(gdb) p debug_generic_expr (t1)
OBJ_TYPE_REF(_7;&objc_super->0)
$1 = void
(gdb) p debug_generic_expr (t2)
OBJ_TYPE_REF(_7;&objc_super->0)
$2 = void

I think dispatching to compare_ssa_name is premature optimization - just use
compare_operand?



More information about the Gcc-bugs mailing list