]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/g++.old-deja/g++.other/warn6.C
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / warn6.C
diff --git a/gcc/testsuite/g++.old-deja/g++.other/warn6.C b/gcc/testsuite/g++.old-deja/g++.other/warn6.C
deleted file mode 100644 (file)
index 1a54b32..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-// Build don't link:
-// Special g++ Options: -W -Wall
-
-// Copyright (C) 2001 Free Software Foundation, Inc.
-// Contributed by Nathan Sidwell 2 Mar 2001 <nathan@codesourcery.com>
-
-// Bug 2139. We gave an erronous warning about an unused parm on a
-// synthesized function
-
-struct A
-{
-  virtual ~A ();
-};
-void foo (A const &a)
-{
-  A a1 = a;
-}