[Bug bootstrap/51735] [4.7 regression] stage 3 bootstrap failure compiling tree-ssa-pre.c with r182760

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Jan 2 16:55:00 GMT 2012


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)?



More information about the Gcc-bugs mailing list