]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.dg/other/friend1.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.dg / other / friend1.C
diff --git a/gcc/testsuite/g++.dg/other/friend1.C b/gcc/testsuite/g++.dg/other/friend1.C
deleted file mode 100644 (file)
index 3193180..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-// { dg-do compile }
-
-// Copyright (C) 2001 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 10 Oct 2001 <nathan@codesourcery.com>
-
-// Bug 4476. We tangled up inline friends and pure virtuals during
-// class definition.
-
-struct A {
-  friend void f () { }
-  void g (A a) {  }
-};