From: Hans-Peter Nilsson Date: Mon, 8 Apr 2002 23:16:17 +0000 (+0000) Subject: Fix commit goof: s/istarget/ishost/ for host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=613bacac4a8550b34d2ad1be9471e8e542bfc6a3;p=gcc.git Fix commit goof: s/istarget/ishost/ for host From-SVN: r52047 --- diff --git a/gcc/testsuite/g77.f-torture/compile/alpha1.x b/gcc/testsuite/g77.f-torture/compile/alpha1.x index f411819ccf9..46bc66e8e46 100644 --- a/gcc/testsuite/g77.f-torture/compile/alpha1.x +++ b/gcc/testsuite/g77.f-torture/compile/alpha1.x @@ -1,7 +1,7 @@ # This test fails compilation in cross-endian environments, for example as # below, with a "sorry" message. -if { [istarget "i\[34567\]86-*-*"] } { +if { [ishost "i\[34567\]86-*-*"] } { if { [istarget "mmix-knuth-mmixware"] } { set torture_compile_xfail [istarget] } diff --git a/gcc/testsuite/g77.f-torture/execute/980628-4.x b/gcc/testsuite/g77.f-torture/execute/980628-4.x index f411819ccf9..46bc66e8e46 100644 --- a/gcc/testsuite/g77.f-torture/execute/980628-4.x +++ b/gcc/testsuite/g77.f-torture/execute/980628-4.x @@ -1,7 +1,7 @@ # This test fails compilation in cross-endian environments, for example as # below, with a "sorry" message. -if { [istarget "i\[34567\]86-*-*"] } { +if { [ishost "i\[34567\]86-*-*"] } { if { [istarget "mmix-knuth-mmixware"] } { set torture_compile_xfail [istarget] } diff --git a/gcc/testsuite/g77.f-torture/execute/980628-5.x b/gcc/testsuite/g77.f-torture/execute/980628-5.x index f411819ccf9..46bc66e8e46 100644 --- a/gcc/testsuite/g77.f-torture/execute/980628-5.x +++ b/gcc/testsuite/g77.f-torture/execute/980628-5.x @@ -1,7 +1,7 @@ # This test fails compilation in cross-endian environments, for example as # below, with a "sorry" message. -if { [istarget "i\[34567\]86-*-*"] } { +if { [ishost "i\[34567\]86-*-*"] } { if { [istarget "mmix-knuth-mmixware"] } { set torture_compile_xfail [istarget] } diff --git a/gcc/testsuite/g77.f-torture/execute/980628-6.x b/gcc/testsuite/g77.f-torture/execute/980628-6.x index f411819ccf9..46bc66e8e46 100644 --- a/gcc/testsuite/g77.f-torture/execute/980628-6.x +++ b/gcc/testsuite/g77.f-torture/execute/980628-6.x @@ -1,7 +1,7 @@ # This test fails compilation in cross-endian environments, for example as # below, with a "sorry" message. -if { [istarget "i\[34567\]86-*-*"] } { +if { [ishost "i\[34567\]86-*-*"] } { if { [istarget "mmix-knuth-mmixware"] } { set torture_compile_xfail [istarget] } diff --git a/gcc/testsuite/g77.f-torture/execute/alpha2.x b/gcc/testsuite/g77.f-torture/execute/alpha2.x index f411819ccf9..46bc66e8e46 100644 --- a/gcc/testsuite/g77.f-torture/execute/alpha2.x +++ b/gcc/testsuite/g77.f-torture/execute/alpha2.x @@ -1,7 +1,7 @@ # This test fails compilation in cross-endian environments, for example as # below, with a "sorry" message. -if { [istarget "i\[34567\]86-*-*"] } { +if { [ishost "i\[34567\]86-*-*"] } { if { [istarget "mmix-knuth-mmixware"] } { set torture_compile_xfail [istarget] } diff --git a/gcc/testsuite/g77.f-torture/execute/auto0.x b/gcc/testsuite/g77.f-torture/execute/auto0.x index f411819ccf9..46bc66e8e46 100644 --- a/gcc/testsuite/g77.f-torture/execute/auto0.x +++ b/gcc/testsuite/g77.f-torture/execute/auto0.x @@ -1,7 +1,7 @@ # This test fails compilation in cross-endian environments, for example as # below, with a "sorry" message. -if { [istarget "i\[34567\]86-*-*"] } { +if { [ishost "i\[34567\]86-*-*"] } { if { [istarget "mmix-knuth-mmixware"] } { set torture_compile_xfail [istarget] } diff --git a/gcc/testsuite/g77.f-torture/execute/auto1.x b/gcc/testsuite/g77.f-torture/execute/auto1.x index f411819ccf9..46bc66e8e46 100644 --- a/gcc/testsuite/g77.f-torture/execute/auto1.x +++ b/gcc/testsuite/g77.f-torture/execute/auto1.x @@ -1,7 +1,7 @@ # This test fails compilation in cross-endian environments, for example as # below, with a "sorry" message. -if { [istarget "i\[34567\]86-*-*"] } { +if { [ishost "i\[34567\]86-*-*"] } { if { [istarget "mmix-knuth-mmixware"] } { set torture_compile_xfail [istarget] }