diff mbox

PATCH: Add -mtune=generic to gfortran.dg/pr46519-1.f

Message ID 20101125135916.GA28689@intel.com
State New
Headers show

Commit Message

H.J. Lu Nov. 25, 2010, 1:59 p.m. UTC
Hi,

I checke in this patch to add -mtune=generic to gfortran.dg/pr46519-1.f.
Otherwise, the testcase will fail if double precision vectorizer is
disabled by default.


H.J.
---
diff mbox

Patch

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 167146)
+++ ChangeLog	(working copy)
@@ -1,5 +1,9 @@ 
 2010-11-25  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* gfortran.dg/pr46519-1.f: Add -mtune=generic.
+
+2010-11-25  H.J. Lu  <hongjiu.lu@intel.com>
+
 	PR middle-end/46647
 	* gcc.target/i386/pr46647.c: New.
 
Index: gfortran.dg/pr46519-1.f
===================================================================
--- gfortran.dg/pr46519-1.f	(revision 167145)
+++ gfortran.dg/pr46519-1.f	(working copy)
@@ -1,5 +1,5 @@ 
 ! { dg-do compile { target i?86-*-* x86_64-*-* } }
-! { dg-options "-O3 -mavx -mvzeroupper -dp" }
+! { dg-options "-O3 -mavx -mvzeroupper -mtune=generic -dp" }
 
       PROGRAM MG3XDEMO 
       INTEGER LM, NM, NV, NR, NIT