Commit 0b8c0d4e by Kazu Hirata Committed by Kazu Hirata

961203-1.x: Disable on h8300 port.

	* gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
	* gcc.c-torture/compile/980506-1.x: Likewise.

From-SVN: r49658
parent b516907f
2002-02-10 Kazu Hirata <kazu@hxi.com>
* gcc.c-torture/compile/961203-1.x: Disable on h8300 port.
* gcc.c-torture/compile/980506-1.x: Likewise.
2002-02-10 Kazu Hirata <kazu@hxi.com>
* gcc.dg/20020210-1.c: New.
2002-02-09 Toon Moene <toon@moene.indiv.nluug.nl>
......
......@@ -4,10 +4,15 @@ if { [istarget "xstormy16-*-*"] } {
return 1;
}
if { [istarget "h8300-*-*"] } {
return 1
}
# Array 'a' in this test is too large to fit in 64K.
global target_triplet
if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"]} {
set torture_compile_xfail "$target_triplet"
}
return 0
......@@ -3,4 +3,8 @@ if { [istarget "xstormy16-*-*"] } {
return 1;
}
if { [istarget "h8300-*-*"] } {
return 1;
}
return 0
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