* gcc.c-torture/execute/*.x: Some updates for the h8300 targets.
From-SVN: r21832
This commit is contained in:
parent
52cf711504
commit
e958d4576a
@ -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.
|
||||
|
@ -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-*-*"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user