From 033c017cb2c0234ef0518856ce8310a11626c5b3 Mon Sep 17 00:00:00 2001 From: Geoffrey Keating Date: Sat, 25 Aug 2001 17:24:30 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.c-torture/compile/961203-1.x | 6 ++++++ gcc/testsuite/gcc.c-torture/compile/980506-1.x | 6 ++++++ gcc/testsuite/gcc.c-torture/compile/990617-1.x | 7 +++++++ 4 files changed, 25 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/compile/980506-1.x create mode 100644 gcc/testsuite/gcc.c-torture/compile/990617-1.x diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d79044b9aaf2..dddbe24beb8c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2001-08-22 Geoffrey Keating + + * 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 * gcc.dg/compare5.c: New testcase. diff --git a/gcc/testsuite/gcc.c-torture/compile/961203-1.x b/gcc/testsuite/gcc.c-torture/compile/961203-1.x index ce8820d934c5..d9b5151fc9ee 100644 --- a/gcc/testsuite/gcc.c-torture/compile/961203-1.x +++ b/gcc/testsuite/gcc.c-torture/compile/961203-1.x @@ -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 diff --git a/gcc/testsuite/gcc.c-torture/compile/980506-1.x b/gcc/testsuite/gcc.c-torture/compile/980506-1.x new file mode 100644 index 000000000000..e685be59c6dd --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/980506-1.x @@ -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 diff --git a/gcc/testsuite/gcc.c-torture/compile/990617-1.x b/gcc/testsuite/gcc.c-torture/compile/990617-1.x new file mode 100644 index 000000000000..8fd59e4aa7f7 --- /dev/null +++ b/gcc/testsuite/gcc.c-torture/compile/990617-1.x @@ -0,0 +1,7 @@ +# 0x70000000 is too large a constant to become a pointer on stormy16. + +if { [istarget "stormy16-*-*"] } { + return 1; +} + +return 0 -- 2.47.2