+2003-06-08 Kazu Hirata <kazu@cs.umass.edu>
+
+ * gcc.c-torture/compile/20000804-1.x: Dsiable on h8300 port.
+
2003-06-08 Mark Mitchell <mark@codesourcery.com>
* lib/gcc-dg.exp (dg-require-alias): Fix typo.
-# This does not work on m68hc11 due to the use of an asm statement
+# This does not work on m68hc11 or h8300 due to the use of an asm statement
# to force a 'long long' (64-bits) to go in a register.
-if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } {
+if { [istarget "m6811-*-*"]
+ || [istarget "m6812-*-*"]
+ || [istarget "h8300-*-*"] } {
return 1
}