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:
parent
b516907f33
commit
0b8c0d4e30
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user