tweak
authorJason Merrill <jason@gcc.gnu.org>
Thu, 19 Aug 1999 18:44:59 +0000 (14:44 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 19 Aug 1999 18:44:59 +0000 (14:44 -0400)
From-SVN: r28763

gcc/testsuite/g++.old-deja/g++.ext/addrfunc1.C
gcc/testsuite/g++.old-deja/g++.ext/addrfunc2.C
gcc/testsuite/g++.old-deja/g++.ext/addrfunc4.C

index 3e254e6f82ba6b5d86a861592f99a7c30c8cb940..e0948a5d3b5a2030007ce9bddda6c5692718602f 100644 (file)
@@ -1,7 +1,7 @@
 // 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: -fpermissive -w
+// Special g++ Options: -fms-extensions
 // Build don't link:
 
 struct A { };
index da98333d809800b5bbbedee73fcb9b46229499bc..97c745d42589431915b065832d82cc0cd1e95d90 100644 (file)
@@ -1,6 +1,6 @@
 // Test for implicit & on methods.
 // Contributed by Jason Merrill <jason@cygnus.com>.
-// Special g++ Options: -fpermissive -w
+// Special g++ Options: -fms-extensions
 
 struct A {
   void f (int = 0) { }
index b8d02f7c35d2d6000bf865b3bfc5bcb5678d0c24..ef5d4dbbc67c5fd74fff56f12e496aac53db7582 100644 (file)
@@ -1,7 +1,7 @@
 // Test that an object-dependent reference to a member function can be
 // used to produce a pointer to member function, as in VC++.
 // Contributed by Jason Merrill <jason@cygnus.com>
-// Special g++ Options: -fpermissive -w
+// Special g++ Options: -fms-extensions
 
 struct A
 {