This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Adjust gfortran.dg/vect/fast-math-pr37021.f90


To require vect_double.

Committed.

Richard.

2013-04-08  Richard Biener  <rguenther@suse.de>

	* gfortran.dg/vect/fast-math-pr37021.f90: Adjust.

Index: gcc/testsuite/gfortran.dg/vect/fast-math-pr37021.f90
===================================================================
--- gcc/testsuite/gfortran.dg/vect/fast-math-pr37021.f90	(revision 197568)
+++ gcc/testsuite/gfortran.dg/vect/fast-math-pr37021.f90	(working copy)
@@ -1,4 +1,5 @@
 ! { dg-do compile }
+! { dg-require-effective-target vect_double }
 
 subroutine to_product_of(self,a,b,a1,a2)
   complex(kind=8) :: self (:)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]