Commit 631cf95d by Jason Merrill Committed by Jason Merrill

* invoke.texi (C++ Dialect Options): Add -fms-extensions.

From-SVN: r28683
parent f01b0acb
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment