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

From-SVN: r21832
This commit is contained in:
Jeffrey A Law 1998-08-18 18:22:32 +00:00 committed by Jeff Law
parent 52cf711504
commit e958d4576a
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -1,9 +1,4 @@
# 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-*-*"

View File

@ -4,4 +4,7 @@ if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
return 0

View File

@ -4,4 +4,9 @@ if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
}
return 0