http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51735
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jakub at gcc dot gnu.org --- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-01-02 16:54:47 UTC --- Is the segfault in the for (;;) { if ((*mem_chain)->elt == v) { unchain_one_elt_list (mem_chain); break; } mem_chain = &(*mem_chain)->next; } loop (or, does the #c5 patch from that PR fix it)?