This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32609] [4.2/4.3 Regression] ICE in htab_clear_slot at libiberty/hashtab.c:722
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Jul 2007 13:47:00 -0000
- Subject: [Bug c++/32609] [4.2/4.3 Regression] ICE in htab_clear_slot at libiberty/hashtab.c:722
- References: <bug-32609-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from rguenth at gcc dot gnu dot org 2007-07-03 13:47 -------
I guess what may happen is that we recurse twice, entering the same instance
into
the htab twice and at the second htab_clear_slot after returning from the first
recursion we hit the assert. At least it looks fragile not to re-lookup the
element.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32609