+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-*-*"
set torture_execute_xfail "mn10200*-*-*"
}
+if { [istarget "h8300*-*-*"] } {
+ set torture_execute_xfail "h8300*-*-*"
+}
return 0
set torture_execute_xfail "mn10200*-*-*"
}
+if { [istarget "h8300*-*-*"] } {
+ set torture_execute_xfail "h8300*-*-*"
+}
+
+
return 0