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

Richard Biener rguenther@suse.de
Mon Apr 8 09:45:00 GMT 2013


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 (:)



More information about the Gcc-patches mailing list