Move test from execute to compile.
authorJeff Law <law@gcc.gnu.org>
Tue, 4 Nov 1997 23:21:27 +0000 (16:21 -0700)
committerJeff Law <law@gcc.gnu.org>
Tue, 4 Nov 1997 23:21:27 +0000 (16:21 -0700)
From-SVN: r16321

gcc/testsuite/g77.f-torture/compile/alpha1.f [new file with mode: 0644]
gcc/testsuite/g77.f-torture/execute/alpha1.f [deleted file]

diff --git a/gcc/testsuite/g77.f-torture/compile/alpha1.f b/gcc/testsuite/g77.f-torture/compile/alpha1.f
new file mode 100644 (file)
index 0000000..7cda74e
--- /dev/null
@@ -0,0 +1,10 @@
+      REAL*8 A,B,C
+      REAL*4 RARRAY(19)/19*(-1)/
+      INTEGER BOTTOM,RIGHT
+      INTEGER IARRAY(19)/0,0,0,0,0,0,0,0,0,0,0,0,13,14,0,0,0,0,0/
+      EQUIVALENCE (RARRAY(13),BOTTOM),(RARRAY(14),RIGHT)
+C
+      IF(I.NE.0) call exit(1)
+C gcc: Internal compiler error: program f771 got fatal signal 11
+C  at this point!
+      END
diff --git a/gcc/testsuite/g77.f-torture/execute/alpha1.f b/gcc/testsuite/g77.f-torture/execute/alpha1.f
deleted file mode 100644 (file)
index 9fd464e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-      REAL*8 A,B,C
-      REAL*4 RARRAY(19)/19*(-1)/
-      INTEGER BOTTOM,RIGHT
-      INTEGER IARRAY(19)/0,0,0,0,0,0,0,0,0,0,0,0,13,14,0,0,0,0,0/
-      EQUIVALENCE (RARRAY(13),BOTTOM),(RARRAY(14),RIGHT)
-C
-      I = 0
-      IF(I.NE.0) call exit(1)
-C gcc: Internal compiler error: program f771 got fatal signal 11
-C  at this point!
-      END