* g++.dg/inherit/override1.C: Add dg-options clause.
authorMark Mitchell <mark@codesourcery.com>
Mon, 21 Oct 2002 07:57:10 +0000 (07:57 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 21 Oct 2002 07:57:10 +0000 (07:57 +0000)
From-SVN: r58355

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/inherit/override1.C

index 49e3d4b1f48e90bf8d22ca1eab6a7977ad7e102e..47cfa0ba8ea42a0cb70acc7b098d8e332cd81f24 100644 (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
index 04460edab7413ec0aa062f52e4e58835614e8afe..8f80046413f2d40f1a5e6dcdb5004494c9ee6419 100644 (file)
@@ -1,3 +1,5 @@
+// { dg-options "-w" }
+
 struct c0 { virtual void f (); };
 struct c1 : public c0 {};
 struct c2 : public c0 {};