http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53366

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-05-21 
21:03:50 UTC ---
Author: jakub
Date: Mon May 21 21:03:42 2012
New Revision: 187740

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187740
Log:
    PR tree-optimization/53366
    * tree-vect-slp.c (vect_supported_load_permutation_p): Don't shortcut
    tests if complex_numbers == 2, but there are non-complex number loads
    too.

    * gcc.dg/torture/pr53366-1.c: New test.
    * gcc.dg/torture/pr53366-2.c: New test.
    * gcc.target/i386/pr53366-1.c: New test.
    * gcc.target/i386/pr53366-2.c: New test.

Added:
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53366-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53366-2.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr53366-1.c
    branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr53366-2.c
Modified:
    branches/gcc-4_7-branch/gcc/ChangeLog
    branches/gcc-4_7-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_7-branch/gcc/tree-vect-slp.c

Reply via email to