pr68627.f: Limit target to x86.
authorKirill Yukhin <kirill.yukhin@intel.com>
Tue, 8 Dec 2015 10:41:01 +0000 (10:41 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Tue, 8 Dec 2015 10:41:01 +0000 (10:41 +0000)
gcc/testsuite:
* gfortran.dg/pr68627.f: Limit target to x86.

From-SVN: r231402

gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr68627.f

index b84899fc60bf028e62e790a361f68fe9b9311455..03b0f02305d4db4e292074e911a0dc5f4b1972a8 100644 (file)
@@ -1,3 +1,7 @@
+2015-12-08  Kirill Yukhin  <kirill.yukhin@intel.com>
+
+       * gfortran.dg/pr68627.f: Limit target to x86.
+
 2015-12-08  Andre Vieira  <andre.simoesdiasvieira@arm.com>
            Joern Rennecke  <joern.rennecke@embecosm.com>
 
index 32ff4a79e79df1a8abd32487c0acaee0275ea21b..54575d7d296afb98664ec462b29fac803b14b2cc 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile { target lp64 } }
+! { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } }
 
 ! { dg-options "-Ofast -mavx512f -ffixed-xmm1 -ffixed-xmm2 -ffixed-xmm3 -ffixed-xmm4 -ffixed-xmm5 -ffixed-xmm6 -ffixed-xmm7 -ffixed-xmm8 -ffixed-xmm9 -ffixed-xmm10 -ffixed-xmm11 -ffixed-xmm12 -ffixed-xmm13 -ffixed-xmm14 -ffixed-xmm15" }