diff options
author | Jason Merrill <jason@gcc.gnu.org> | 1998-07-11 21:25:52 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 1998-07-11 21:25:52 -0400 |
commit | 4f8b4fd92c7aef5cbcd742f138c22f3a383941d6 (patch) | |
tree | 1e715e20aa793b2f5b5a0c237a31e41daf94aa04 | |
parent | 3f7b38e5eca88dc49f1be6c4d57516bc21d09b2f (diff) | |
download | gcc-4f8b4fd92c7aef5cbcd742f138c22f3a383941d6.zip gcc-4f8b4fd92c7aef5cbcd742f138c22f3a383941d6.tar.gz gcc-4f8b4fd92c7aef5cbcd742f138c22f3a383941d6.tar.bz2 |
document -fno-optional-diags
From-SVN: r21066
-rw-r--r-- | gcc/invoke.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/invoke.texi b/gcc/invoke.texi index 5cd5432..1d24930 100644 --- a/gcc/invoke.texi +++ b/gcc/invoke.texi @@ -107,7 +107,7 @@ in the following sections. -fno-for-scope -fhandle-signatures -fmemoize-lookups -fname-mangling-version-@var{n} -fno-default-inline -fno-gnu-keywords -fnonnull-objects -fguiding-decls --foperator-names -fstrict-prototype -fthis-is-variable +-foperator-names -fno-optional-diags -fstrict-prototype -fthis-is-variable -ftemplate-depth-@var{n} -nostdinc++ -traditional +e@var{n} @end smallexample @@ -1113,6 +1113,11 @@ Recognize the operator name keywords @code{and}, @code{bitand}, synonyms for the symbols they refer to. @samp{-ansi} implies @samp{-foperator-names}. +@item -fno-optional-diags +Disable diagnostics that the standard says a compiler does not need to +issue. Currently, this means the diagnostic for a name having multiple +meanings within a class. + @item -frepo Enable automatic template instantiation. This option also implies @samp{-fno-implicit-templates}. @xref{Template Instantiation}, for more |