]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g77.f-torture/compile/20010115.f
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g77.f-torture / compile / 20010115.f
diff --git a/gcc/testsuite/g77.f-torture/compile/20010115.f b/gcc/testsuite/g77.f-torture/compile/20010115.f
deleted file mode 100644 (file)
index 8cf85a8..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-* GNATS PR Fortran/1636
-      PRINT 42, 'HELLO'
-   42 FORMAT(A)
-      CALL WORLD
-      END
-      SUBROUTINE WORLD
-      PRINT 42, 'WORLD'
-   42 FORMAT(A)
-      END