OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / local3.C
index f190f3c..3879b14 100644 (file)
@@ -1,7 +1,7 @@
+// { dg-do run  }
 // Bug: g++ lies about DECL_CONTEXT, so the backend thinks B::f is not
 // function-local.
 // Contributed by Jason Merrill <jason@cygnus.com>
-// excess errors test - XFAIL *-*-*
 
 struct A {
   virtual void f () = 0;