* gcc.c-torture/compile/20000804-1.x: Dsiable on h8300 port.

From-SVN: r67638
This commit is contained in:
Kazu Hirata 2003-06-08 19:38:00 +00:00 committed by Kazu Hirata
parent 0435312e38
commit a54a0cf117
2 changed files with 8 additions and 2 deletions

View 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.

View 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
}