]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.c-torture/compile/20000804-1.x: Dsiable on h8300 port.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 8 Jun 2003 19:38:00 +0000 (19:38 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 8 Jun 2003 19:38:00 +0000 (19:38 +0000)
From-SVN: r67638

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/20000804-1.x

index 6f53088805eaac089dd0336a2dfe6e92229929b3..4cd8de9595d187eb9209b9bf28e2830cf9424953 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 458c8e720e393cbc0589c07eff4dc1a3c84038cf..8c3618b795f86ec060f2edc004e0c3c4f0b95392 100644 (file)
@@ -1,7 +1,9 @@
-# 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
 }