]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
961203-1.x: Mark unsupported by stormy16.
authorGeoffrey Keating <geoffk@redhat.com>
Sat, 25 Aug 2001 17:24:30 +0000 (17:24 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sat, 25 Aug 2001 17:24:30 +0000 (17:24 +0000)
* 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
gcc/testsuite/gcc.c-torture/compile/961203-1.x
gcc/testsuite/gcc.c-torture/compile/980506-1.x [new file with mode: 0644]
gcc/testsuite/gcc.c-torture/compile/990617-1.x [new file with mode: 0644]

index d79044b9aaf2f9add50921323d9f670088ad4fd0..dddbe24beb8c03340c9c05f876d8cdc0dea78d80 100644 (file)
@@ -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.
index ce8820d934c5b57593e5a17abaa7b79807f61a5a..d9b5151fc9ee9df2e4acc329516849bb1964222d 100644 (file)
@@ -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 (file)
index 0000000..e685be5
--- /dev/null
@@ -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 (file)
index 0000000..8fd59e4
--- /dev/null
@@ -0,0 +1,7 @@
+# 0x70000000 is too large a constant to become a pointer on stormy16.
+
+if { [istarget "stormy16-*-*"] } {
+        return 1;
+}
+
+return 0