Add -mtune=generic to gfortran.dg/pr46519-1.f.
2010-11-25 H.J. Lu <hongjiu.lu@intel.com> * gfortran.dg/pr46519-1.f: Add -mtune=generic. From-SVN: r167147
This commit is contained in:
parent
de77ab7591
commit
27f2c348e9
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue