Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.warn / virt1.C
blob4550dd5e0547901eb25cf66ca54970dfd0c23201
1 // { dg-do assemble  }
2 // { dg-options "-Woverloaded-virtual" }
4 struct A {
5   virtual void f(); // { dg-warning "" } hidden 
6 };
8 struct B: public A {
9   void f(int); // { dg-warning "" } by this