mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-18 20:11:32 +08:00
961203-1.x: Mark unsupported by stormy16.
* gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16. * gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16. * gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16. From-SVN: r45175
This commit is contained in:
parent
32f30f91ef
commit
033c017cb2
@ -1,3 +1,9 @@
|
||||
2001-08-22 Geoffrey Keating <geoffk@redhat.com>
|
||||
|
||||
* gcc.c-torture/compile/961203-1.x: Mark unsupported by stormy16.
|
||||
* gcc.c-torture/compile/980506-1.x: Mark unsupported by stormy16.
|
||||
* gcc.c-torture/compile/990617-1.x: Mark unsupported by stormy16.
|
||||
|
||||
2001-08-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* gcc.dg/compare5.c: New testcase.
|
||||
|
@ -1,3 +1,9 @@
|
||||
# The structure is too large for the stormy16 - won't fit in 16 bits.
|
||||
|
||||
if { [istarget "stormy16-*-*"] } {
|
||||
return 1;
|
||||
}
|
||||
|
||||
# Array 'a' in this test is too large to fit in 64K.
|
||||
|
||||
global target_triplet
|
||||
|
6
gcc/testsuite/gcc.c-torture/compile/980506-1.x
Normal file
6
gcc/testsuite/gcc.c-torture/compile/980506-1.x
Normal file
@ -0,0 +1,6 @@
|
||||
# The arrays are too large for the stormy16 - won't fit in 16 bits.
|
||||
if { [istarget "stormy16-*-*"] } {
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0
|
7
gcc/testsuite/gcc.c-torture/compile/990617-1.x
Normal file
7
gcc/testsuite/gcc.c-torture/compile/990617-1.x
Normal file
@ -0,0 +1,7 @@
|
||||
# 0x70000000 is too large a constant to become a pointer on stormy16.
|
||||
|
||||
if { [istarget "stormy16-*-*"] } {
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0
|
Loading…
x
Reference in New Issue
Block a user