move 19990905-1.f into noncompile/ from compile/
authorCraig Burley <craig@jcb-sc.com>
Tue, 12 Oct 1999 15:27:12 +0000 (15:27 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Tue, 12 Oct 1999 15:27:12 +0000 (11:27 -0400)
From-SVN: r29920

gcc/testsuite/ChangeLog
gcc/testsuite/g77.f-torture/compile/19990905-1.f [deleted file]
gcc/testsuite/g77.f-torture/noncompile/19990905-1.f [new file with mode: 0644]

index 7245f6fa9866ebac5afc150eb9c745ebd86b6e4c..c8c5c037455c7370ab1956570af620193b18793d 100644 (file)
@@ -1,3 +1,8 @@
+1999-10-12  Craig Burley  <craig@jcb-sc.com>
+
+       * g77.f-torture/noncompile/19990905-1.f: Moved from being
+       in compile/.
+
 Fri Oct  1 00:53:17 1999  Mark P. Mitchell  <mark@codesourcery.com>
 
        * lib/file-format.exp (gcc_target_object_format): Don't
diff --git a/gcc/testsuite/g77.f-torture/compile/19990905-1.f b/gcc/testsuite/g77.f-torture/compile/19990905-1.f
deleted file mode 100644 (file)
index 026d05e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-* =foo7.f in Burley's g77 test suite.
-      subroutine x
-      real a(n)
-      common /foo/n
-      continue
-      entry y(a)
-      call foo(a(1))
-      end
diff --git a/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f b/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f
new file mode 100644 (file)
index 0000000..026d05e
--- /dev/null
@@ -0,0 +1,8 @@
+* =foo7.f in Burley's g77 test suite.
+      subroutine x
+      real a(n)
+      common /foo/n
+      continue
+      entry y(a)
+      call foo(a(1))
+      end