]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/lineno5.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / lineno5.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/lineno5.C b/gcc/testsuite/g++.old-deja/g++.other/lineno5.C
deleted file mode 100644 (file)
index dc779ed..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-// Build don't link:
-// 
-// Copyright (C) 2001 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 25 Jul 2001 <nathan@codesourcery.com>
-
-// Origin: johanb@DoCS.UU.SE
-// Bug 3621. At the end of saved input, we'd set the lineno to
-// zero. This would confusing things no end, if there was a subsequent
-// error.
-
-namespace tmp {
-  typedef int B;
-  B b;
-}
-
-class A {
-  public:
-  int kaka(tmp::B = b);                // ERROR - no b in scope
-};