diff options
author | Jason Merrill <jason@yorick.cygnus.com> | 1999-08-12 06:51:22 +0000 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1999-08-12 02:51:22 -0400 |
commit | 631cf95d8e7cf756b209e2474483eac652d53203 (patch) | |
tree | 04d07cd3b03b24a27a9242deb17d5276f6e4210b | |
parent | f01b0acb0f151a573750a3401ccd14f11b982263 (diff) | |
download | gcc-631cf95d8e7cf756b209e2474483eac652d53203.zip gcc-631cf95d8e7cf756b209e2474483eac652d53203.tar.gz gcc-631cf95d8e7cf756b209e2474483eac652d53203.tar.bz2 |
* invoke.texi (C++ Dialect Options): Add -fms-extensions.
From-SVN: r28683
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/invoke.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 080fc15..2844e2e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/invoke.texi b/gcc/invoke.texi index c5e6bb2..b707cdb 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 |