pr68627.f: Use '!ia32' instead of 'lp64' in target specifier.

gcc/testsuite/
	* gfortran.dg/pr68627.f: Use '!ia32' instead of 'lp64' in target
	specifier.

From-SVN: r231408
This commit is contained in:
Kirill Yukhin 2015-12-08 13:54:30 +00:00 committed by Kirill Yukhin
parent 7be7346548
commit 9a89e06977
2 changed files with 6 additions and 1 deletions

View 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

View 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" }