Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / warn / Weff1.C
bloba00dc29bf5f572e7a4b0feb183e6e3e99453ed41
1 // { dg-options "-Weffc++" }
3 struct S {};
4 /* Base classes should have virtual destructors.  */
5 struct T : public S {}; // { dg-warning "" }