Fix broken MinGW build of gcc.c
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / warn6.C
blob4325df74baaeafd1f0d6b72a65cff49f1e610c7e
1 // { dg-do assemble  }
2 // { dg-options "-W -Wall" }
4 // Copyright (C) 2001 Free Software Foundation, Inc.
5 // Contributed by Nathan Sidwell 2 Mar 2001 <nathan@codesourcery.com>
7 // Bug 2139. We gave an erronous warning about an unused parm on a
8 // synthesized function
10 struct A
12   virtual ~A ();
14 void foo (A const &a)
16   A a1 = a;