]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/lineno3.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lineno3.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/lineno3.C b/gcc/testsuite/g++.old-deja/g++.other/lineno3.C
deleted file mode 100644 (file)
index e2f3e70..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-// Bug: g++ gets confused by the #line directive within a method.
-// Contributed by Mark Mitchell <mark@codesourcery.com>
-// Build don't link:
-
-struct S 
-{
-  void f () 
-    {
-      int i;
-      
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-      int j;
-    }
-};