Commit 5cf0b7b7 by Jakub Jelinek

pr59984.c: Require effective target vect_simd_clones.

	* gcc.dg/vect/pr59984.c: Require effective target
	vect_simd_clones.

From-SVN: r207650
parent 2253d27d
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>
......@@ -349,7 +354,7 @@
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>
......
/* PR c/59984 */
/* { dg-require-effective-target vect_simd_clones } */
/* { dg-additional-options "-fopenmp-simd" } */
#include "tree-vect.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment