summaryrefslogtreecommitdiffstats
path: root/gcc/invoke.texi
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-12 06:51:22 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>1999-08-12 06:51:22 +0000
commitcc61af10b92c3343a7b4b9e27744b9417b3e5b0a (patch)
tree04d07cd3b03b24a27a9242deb17d5276f6e4210b /gcc/invoke.texi
parentedf2a96a0a9a6128d8d4fbe01b5c7a6b6ebe10d5 (diff)
downloadppe42-gcc-cc61af10b92c3343a7b4b9e27744b9417b3e5b0a.tar.gz
ppe42-gcc-cc61af10b92c3343a7b4b9e27744b9417b3e5b0a.zip
* invoke.texi (C++ Dialect Options): Add -fms-extensions.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28683 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/invoke.texi')
-rw-r--r--gcc/invoke.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi
index c5e6bb2c44f..b707cdb4fd6 100644
--- a/gcc/invoke.texi
+++ b/gcc/invoke.texi
@@ -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
OpenPOWER on IntegriCloud