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 optimization/12275] [3.4 regression] [unit-at-a-time] ICE in htab_clear_slot


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.


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