summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@gcc.gnu.org>2002-04-08 23:16:17 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2002-04-08 23:16:17 +0000
commit613bacac4a8550b34d2ad1be9471e8e542bfc6a3 (patch)
tree85d125b4986b1ffd173c0c7da7ca61733bfd81d6
parenta19caa8896c844a70fe141d942d0161d41cd9218 (diff)
downloadgcc-613bacac4a8550b34d2ad1be9471e8e542bfc6a3.tar.gz
Fix commit goof: s/istarget/ishost/ for host
From-SVN: r52047
-rw-r--r--gcc/testsuite/g77.f-torture/compile/alpha1.x2
-rw-r--r--gcc/testsuite/g77.f-torture/execute/980628-4.x2
-rw-r--r--gcc/testsuite/g77.f-torture/execute/980628-5.x2
-rw-r--r--gcc/testsuite/g77.f-torture/execute/980628-6.x2
-rw-r--r--gcc/testsuite/g77.f-torture/execute/alpha2.x2
-rw-r--r--gcc/testsuite/g77.f-torture/execute/auto0.x2
-rw-r--r--gcc/testsuite/g77.f-torture/execute/auto1.x2
7 files changed, 7 insertions, 7 deletions
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]
}