This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]