* gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
* gcc.c-torture/compile/980506-1.x: Likewise.
From-SVN: r49658
+2002-02-10 Kazu Hirata <kazu@hxi.com>
+
+ * gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
+ * gcc.c-torture/compile/980506-1.x: Likewise.
+
2002-02-10 Kazu Hirata <kazu@hxi.com>
* gcc.dg/20020210-1.c: New.
return 1;
}
+if { [istarget "h8300-*-*"] } {
+ return 1
+}
+
# Array 'a' in this test is too large to fit in 64K.
global target_triplet
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
set torture_compile_xfail "$target_triplet"
}
+
return 0
return 1;
}
+if { [istarget "h8300-*-*"] } {
+ return 1;
+}
+
return 0