Skip to content
Snippets Groups Projects
Commit 20fade91 authored by hp's avatar hp
Browse files

Fix commit goof: s/istarget/ishost/ for host

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@52047 138bc75d-0d04-0410-961f-82ee72b054a4
parent 24ba4d5c
No related merge requests found
# 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]
}
......
# 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]
}
......
# 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]
}
......
# 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]
}
......
# 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]
}
......
# 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]
}
......
# 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]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment