* g++.dg/inherit/override1.C: Add dg-options clause.

From-SVN: r58355
This commit is contained in:
Mark Mitchell 2002-10-21 07:57:10 +00:00 committed by Mark Mitchell
parent 81697db9ef
commit 97cc1f5e6c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-10-21 Mark Mitchell <mark@codesourcery.com>
* g++.dg/inherit/override1.C: Add dg-options clause.
2002-10-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
* testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and

View File

@ -1,3 +1,5 @@
// { dg-options "-w" }
struct c0 { virtual void f (); };
struct c1 : public c0 {};
struct c2 : public c0 {};