[Bug optimization/12275] [3.4 regression] [unit-at-a-time] ICE in htab_clear_slot
zlomek at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Oct 1 16:19:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12275
zlomek at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2003-09-14 18:27:05 |2003-10-01 16:19:40
date| |
------- Additional Comments From zlomek at gcc dot gnu dot org 2003-10-01 16:19 -------
This happens on x86-64 too.
The problem is that
when adding to hashtable in cgraph_node () DECL_ASSEMBLER_NAME is "__finite"
and when removing node in cgraph_remove_node () DECL_ASSEMBLER_NAME is
"__GI___finite".
Thus the hash key is different so it finds different slot in cgraph_remove_node ()
which is in this testcase EMPTY_SLOT.
More information about the Gcc-bugs
mailing list