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
This commit is contained in:
Kazu Hirata 2002-02-10 20:37:22 +00:00 committed by Kazu Hirata
parent b516907f33
commit 0b8c0d4e30
3 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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

View File

@ -3,4 +3,8 @@ if { [istarget "xstormy16-*-*"] } {
return 1;
}
if { [istarget "h8300-*-*"] } {
return 1;
}
return 0