Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / overload / error2.C
blob3270621334d6c025e6e71a3bbb5ad0719c1dc4d4
1 // Copyright (C) 2005 Free Software Foundation, Inc.
2 // Contributed by Nathan Sidwell 18 Oct 2005 <nathan@codesourcery.com>
4 // PR 22604
5 // Origin: Volker Reichelt <reichelt@gcc.gnu.org>
7 struct A
9   void foo();  // { dg-error "with" "" }
10   virtual void foo();  // { dg-error "cannot be overloaded" "" }