* gcc.c-torture/compile/
20020604-1.x: New.
* gcc.c-torture/compile/simd-5.x: Likewise.
* gcc.c-torture/execute/920710-1.x: Likewise.
* gcc.c-torture/execute/
20020720-1.x: Disable on h8300.
From-SVN: r58358
+2002-10-21 Kazu Hirata <kazu@cs.umass.edu>
+
+ * gcc.c-torture/compile/20020604-1.x: New.
+ * gcc.c-torture/compile/simd-5.x: Likewise.
+ * gcc.c-torture/execute/920710-1.x: Likewise.
+ * gcc.c-torture/execute/20020720-1.x: Disable on h8300.
+
2002-10-21 Mark Mitchell <mark@codesourcery.com>
* g++.dg/inherit/override1.C: Add dg-options clause.
--- /dev/null
+# The array is too big.
+if { [istarget "h8300-*-*"] } {
+ return 1;
+}
+
+return 0
--- /dev/null
+# h8300 does not have long long
+if { [istarget "h8300-*-*"] } {
+ return 1;
+}
+
+return 0
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"This test fails to optimize completely on certain platforms." \
- { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" } \
+ { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" "h8300*-*-*" } \
{ "*" } \
{ "-O0" }
}
--- /dev/null
+# h8300 does not have long long
+if { [istarget "h8300-*-*"] } {
+ return 1;
+}
+
+return 0