Clear --help=language and --help=common interaction.
authorMartin Liska <mliska@suse.cz>
Wed, 4 Mar 2020 08:31:55 +0000 (09:31 +0100)
committerMartin Liska <mliska@suse.cz>
Wed, 4 Mar 2020 08:31:55 +0000 (09:31 +0100)
PR c/93886
PR c/93887
* doc/invoke.texi: Clarify --help=language and --help=common
interaction.

gcc/ChangeLog
gcc/doc/invoke.texi

index caa854d..a08bdaf 100644 (file)
@@ -1,3 +1,10 @@
+2020-03-04  Martin Liska  <mliska@suse.cz>
+
+       PR c/93886
+       PR c/93887
+       * doc/invoke.texi: Clarify --help=language and --help=common
+       interaction.
+
 2020-03-04  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/94001
index 54375eb..f51729d 100644 (file)
@@ -1665,7 +1665,8 @@ option.
 @item @var{language}
 Display the options supported for @var{language}, where
 @var{language} is the name of one of the languages supported in this
-version of GCC@.
+version of GCC@.  If an option is supported by all languages, one needs
+to select @samp{common} class.
 
 @item @samp{common}
 Display the options that are common to all languages.