aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/lang-options.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/lang-options.h')
-rw-r--r--gcc/cp/lang-options.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/cp/lang-options.h b/gcc/cp/lang-options.h
index 3c2aee9..d8f85bd 100644
--- a/gcc/cp/lang-options.h
+++ b/gcc/cp/lang-options.h
@@ -56,7 +56,7 @@ DEFINE_LANG_NAME ("C++")
{ "-fno-guiding-decls", "" },
{ "-fgnu-keywords", "" },
{ "-fno-gnu-keywords", "Do not recognise GNU defined keywords" },
- { "-fhandle-exceptions", "Enable exception handling" },
+ { "-fhandle-exceptions", "" },
{ "-fno-handle-exceptions", "" },
{ "-fhandle-signatures", "Handle signature language constructs" },
{ "-fno-handle-signatures", "" },
@@ -72,7 +72,7 @@ DEFINE_LANG_NAME ("C++")
{ "-fno-init-priority", "" },
{ "-flabels-ok", "Labels can be used as first class objects" },
{ "-fno-labels-ok", "" },
- { "-fmemoize-lookups", "Enable caching of member function resolutions" },
+ { "-fmemoize-lookups", "" },
{ "-fno-memoize-lookups", "" },
{ "-fname-mangling-version-", "Set the version of name mangling to use" },
{ "-fnew-abi", "Enable experimental ABI changes" },
@@ -85,7 +85,7 @@ DEFINE_LANG_NAME ("C++")
{ "-fno-optional-diags", "Disable optional diagnostics" },
{ "-frepo", "Enable automatic template instantiation" },
{ "-fno-repo", "" },
- { "-fsave-memoized", "Save cache of member function resolutions" },
+ { "-fsave-memoized", "" },
{ "-fno-save-memoized", "" },
{ "-fsquangle", "Enable squashed name mangling" },
{ "-fno-squangle", "" },