pr68627.f: Use '!ia32' instead of 'lp64' in target specifier.
authorKirill Yukhin <kirill.yukhin@intel.com>
Tue, 8 Dec 2015 13:54:30 +0000 (13:54 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Tue, 8 Dec 2015 13:54:30 +0000 (13:54 +0000)
gcc/testsuite/
* gfortran.dg/pr68627.f: Use '!ia32' instead of 'lp64' in target
specifier.

From-SVN: r231408

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

index c970caf6fc320b2e807caaddcb81a8f4cfd04531..5df558543514647d21d0bf82c9d01dfdd19b181d 100644 (file)
@@ -1,3 +1,8 @@
+2015-12-08  Kirill Yukhin  <kirill.yukhin@intel.com>
+
+       * gfortran.dg/pr68627.f: Use '!ia32' instead' of 'lp64' in target
+       specifier.
+
 2015-12-08  Jakub Jelinek  <jakub@redhat.com>
 
        PR c/48088
index 54575d7d296afb98664ec462b29fac803b14b2cc..7754b72ff58c61fad5a2de7d1b6a1e8b54e0479b 100644 (file)
@@ -1,4 +1,4 @@
-! { dg-do compile { target { { i?86-*-* x86_64-*-* } && lp64 } } }
+! { dg-do compile { target { { i?86-*-* x86_64-*-* } && { ! { ia32 } } } } }
 
 ! { 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" }