* gcc.dg/vect/pr59984.c: Require effective target
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 10:01:23 +0000 (10:01 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 10:01:23 +0000 (10:01 +0000)
vect_simd_clones.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207650 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/pr59984.c

index 7295b9f..cc8d123 100644 (file)
@@ -1,12 +1,17 @@
+2014-02-10  Jakub Jelinek  <jakub@redhat.com>
+
+       * gcc.dg/vect/pr59984.c: Require effective target
+       vect_simd_clones.
+
 2014-02-09  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/57522
-       * gfortran.dg/associated_target_5.f03 : New test
+       * gfortran.dg/associated_target_5.f03: New test.
 
 2014-02-09  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/59026
-       * gfortran.dg/elemental_by_value_1.f90 : New test
+       * gfortran.dg/elemental_by_value_1.f90: New test.
 
 2014-02-08  Janus Weil  <janus@gcc.gnu.org>
 
@@ -16,7 +21,7 @@
 2014-02-08  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/60066
-       * gfortran.dg/elemental_subroutine_10.f90 : New test. This PR
+       * gfortran.dg/elemental_subroutine_10.f90: New test.  This PR
        was fixed by the patch for PR59906.
 
 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
 2014-02-01  Paul Thomas  <pault@gcc.gnu.org>
 
        PR fortran/59906
-       * gfortran.dg/elemental_subroutine_9.f90 : New test
+       * gfortran.dg/elemental_subroutine_9.f90: New test.
 
 2014-02-01  Richard Sandiford  <rdsandiford@googlemail.com>
 
index c772d82..1b95942 100644 (file)
@@ -1,4 +1,5 @@
 /* PR c/59984 */
+/* { dg-require-effective-target vect_simd_clones } */
 /* { dg-additional-options "-fopenmp-simd" } */
 
 #include "tree-vect.h"