On Tue, 3 Mar 2020, Martin Liška wrote:
> On 3/2/20 11:52 PM, Joseph Myers wrote:
> > On Mon, 2 Mar 2020, Martin Liška wrote:
> >
> > > +version of GCC@. If an option is supported by all languages, one needs
> > > +to use @var{common} qualifier instead.
> >
> > "common" is literal text, so it s
Sep 17 00:00:00 2001
From: Martin Liska
Date: Mon, 2 Mar 2020 14:25:05 +0100
Subject: [PATCH] Clear --help=language and --help=common interaction.
gcc/ChangeLog:
2020-03-02 Martin Liska
PR c/93886
PR c/93887
* doc/invoke.texi: Clarify --help=language and --help=common
interaction.
---
On Mon, 2 Mar 2020, Martin Liška wrote:
> +version of GCC@. If an option is supported by all languages, one needs
> +to use @var{common} qualifier instead.
"common" is literal text, so it should be @samp{common} not @var{common},
and the existing documentation here describes it as a "class" wit
Hi.
For situations like -Q --help=warning,c one can't see a warning
that is common. For that one needs to use -Q --help=warning,common.
My patch explains the behavior in documentation.
Ready to be installed?
Thanks,
Martin
gcc/ChangeLog:
2020-03-02 Martin Liska
PR c/93886
P