Commit a54a0cf1 by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r67638
parent 0435312e
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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment