* g++.dg/inherit/override1.C: Add dg-options clause.
From-SVN: r58355
This commit is contained in:
parent
81697db9ef
commit
97cc1f5e6c
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
// { dg-options "-w" }
|
||||
|
||||
struct c0 { virtual void f (); };
|
||||
struct c1 : public c0 {};
|
||||
struct c2 : public c0 {};
|
||||
|
Loading…
x
Reference in New Issue
Block a user