Commit e958d457 by Jeffrey A Law Committed by Jeff Law

* gcc.c-torture/execute/*.x: Some updates for the h8300 targets.

From-SVN: r21832
parent 52cf7115
Tue Aug 18 19:19:50 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
Sun Aug 16 01:29:19 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/compile/980816-1.c: New test.
......
# This doesn't work on h8300s
# It also doesn't work on d10v if doubles are not 64 bits
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
# It doesn't work on d10v if doubles are not 64 bits
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
set torture_execute_xfail "d10v-*-*"
......
......@@ -4,4 +4,7 @@ if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
return 0
......@@ -4,4 +4,9 @@ if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
return 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment