]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/36891 (ICE with vector division and -ffast-math and LIM)
authorAndrew Pinski <andrew_pinski@playstation.sony.com>
Sun, 28 Sep 2008 22:48:48 +0000 (22:48 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Sun, 28 Sep 2008 22:48:48 +0000 (15:48 -0700)
commitf50d67f64e861c52bef8a7c6d330cee72f4679f9
treeb6ac98bcf3c5bd31e17c4546d4d572075a550624
parent0d5f7a16ebc7931c798d266a2b172c856ef26531
re PR tree-optimization/36891 (ICE with vector division and -ffast-math and LIM)

2008-09-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
            Kaushal Kantawala  <kaushal_kantawala@playstation.sony.com>

        PR tree-opt/36891
        * tree-ssa-loop-im.c (rewrite_reciprocal): Set DECL_GIMPLE_REG_P on
        the newly created variable.
        Create a VECTOR_CST of all 1s for vector types.

2008-09-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>
            Kaushal Kantawala  <kaushal_kantawala@playstation.sony.com>

        PR tree-opt/36891
        * gcc.dg/torture/pr36891.c: New testcase.

Co-Authored-By: Kaushal Kantawala <Kaushal_Kantawala@playstation.sony.com>
From-SVN: r140738
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr36891.c [new file with mode: 0644]
gcc/tree-ssa-loop-im.c