* invoke.texi (C++ Dialect Options): Add -fms-extensions.
authorJason Merrill <jason@yorick.cygnus.com>
Thu, 12 Aug 1999 06:51:22 +0000 (06:51 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 12 Aug 1999 06:51:22 +0000 (02:51 -0400)
From-SVN: r28683

gcc/ChangeLog
gcc/invoke.texi

index 080fc15bdaaad7a6747f01940d1061e6493246d7..2844e2e84ee09f0a72b8ac2f37e1b36af5eea8d8 100644 (file)
@@ -1,3 +1,7 @@
+Wed Aug 11 23:50:57 1999  Jason Merrill  <jason@yorick.cygnus.com>
+
+       * invoke.texi (C++ Dialect Options): Add -fms-extensions.
+
 Wed Aug 11 12:59:37 1999  Mark Mitchell  <mark@codesourcery.com>
 
        * extend.texi (C++ Signatures): Remove node.
index c5e6bb2c44f8fd04bd9aeb7475755f4fca2a0b0c..b707cdb4fd6e185c272bcea886403a340af859c8 100644 (file)
@@ -1082,6 +1082,10 @@ To save space, do not emit out-of-line copies of inline functions
 controlled by @samp{#pragma implementation}.  This will cause linker
 errors if these functions are not inlined everywhere they are called.
 
+@item -fms-extensions
+Disable pedwarns about constructs used in MFC, such as implicit int and
+getting a pointer to member function via non-standard syntax.
+
 @item -fname-mangling-version-@var{n}
 Control the way in which names are mangled.  Version 0 is compatible
 with versions of g++ before 2.8.  Version 1 is the default.  Version 1