]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g77.f-torture/execute/cpp2.F
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g77.f-torture / execute / cpp2.F
diff --git a/gcc/testsuite/g77.f-torture/execute/cpp2.F b/gcc/testsuite/g77.f-torture/execute/cpp2.F
deleted file mode 100644 (file)
index 88f5644..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-C The preprocessor must not mangle Hollerith constants
-C which contain apostrophes.
-      integer i, j
-      data i /4hbla'/
-      data j /"bla'"/
-      if (i .ne. j) call abort
-      end