From: Kirill Yukhin Date: Tue, 8 Dec 2015 13:54:30 +0000 (+0000) Subject: pr68627.f: Use '!ia32' instead of 'lp64' in target specifier. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a89e0697703074fcc3b4a73ef35970f751cf842;p=gcc.git 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 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c970caf6fc3..5df55854351 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-12-08 Kirill Yukhin + + * gfortran.dg/pr68627.f: Use '!ia32' instead' of 'lp64' in target + specifier. + 2015-12-08 Jakub Jelinek PR c/48088 diff --git a/gcc/testsuite/gfortran.dg/pr68627.f b/gcc/testsuite/gfortran.dg/pr68627.f index 54575d7d296..7754b72ff58 100644 --- a/gcc/testsuite/gfortran.dg/pr68627.f +++ b/gcc/testsuite/gfortran.dg/pr68627.f @@ -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" }