[Committed] Fix PR tree-opt/32231, Segfault in verify_ssa_name (GC issue)

Andrew_Pinski@PlayStation.Sony.Com Andrew_Pinski@PlayStation.Sony.Com
Thu Jun 7 03:45:00 GMT 2007


Hi,
  The problem here is that we forget to call update_stmt after changing 
the right hand side in the vectorizer while processing calls.  This patch 
adds the needed update_stmt.

Committed as obvious after a bootstrap/test on i686-linux-gnu.

Thanks,
Andrew Pinski

ChangeLog:

        * tree-vect-transform.c (vectorizable_call): Call update_stmt 
after
        changing the right hand side of the assignment.


        * gcc.target/i386/vectorize4.c: New test.

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: fixpr32231.diff.txt
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20070607/cd3b4a3b/attachment.txt>


More information about the Gcc-patches mailing list