OSDN Git Service

* lib/gcc-dg.exp (dg-skip-if): New function.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.ext / addrfunc1.C
index e0948a5..3fec371 100644 (file)
@@ -1,8 +1,8 @@
+// { dg-do assemble  }
+// { dg-options "-fms-extensions" }
 // Test that taking the address of a member function name produces
 // a pointer to member function.
 // Contributed by Jason Merrill <jason@cygnus.com>
-// Special g++ Options: -fms-extensions
-// Build don't link:
 
 struct A { };
 int (A::*p)();