Commit 97cc1f5e by Mark Mitchell Committed by Mark Mitchell

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

From-SVN: r58355
parent 81697db9
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> 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 * testsuite/gcc.dg/i386-sse-3.c: Add tests for _mm_srli_si128 and
......
// { dg-options "-w" }
struct c0 { virtual void f (); }; struct c0 { virtual void f (); };
struct c1 : public c0 {}; struct c1 : public c0 {};
struct c2 : public c0 {}; struct c2 : public c0 {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment