* gcc.c-torture/compile/20000804-1.x: Dsiable on h8300 port.
From-SVN: r67638
This commit is contained in:
parent
0435312e38
commit
a54a0cf117
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue