From 631cf95d8e7cf756b209e2474483eac652d53203 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 12 Aug 1999 06:51:22 +0000 Subject: [PATCH] * invoke.texi (C++ Dialect Options): Add -fms-extensions. From-SVN: r28683 --- gcc/ChangeLog | 4 ++++ gcc/invoke.texi | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 080fc15bdaa..2844e2e84ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Aug 11 23:50:57 1999 Jason Merrill + + * invoke.texi (C++ Dialect Options): Add -fms-extensions. + Wed Aug 11 12:59:37 1999 Mark Mitchell * extend.texi (C++ Signatures): Remove node. 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 -- 2.30.2