OSDN Git Service

* lib/g++-dg.exp (g++-dg-test): Add "repo" option.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.eh / catch7.C
index 1c24063..936b67c 100644 (file)
@@ -1,3 +1,5 @@
+// { dg-do run  }
+// { dg-options "-w" }
 // Copyright (C) 1999, 2000 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 29 Aug 1999 <nathan@acm.org>
 
@@ -9,7 +11,6 @@
 //    +--C--A
 // +--E--A
 
-// Special g++ Options: -w
 
 struct A { int m; };
 struct B : A { int m; };