public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Geng Qi <gengqi@linux.alibaba.com>
To: gcc-patches@gcc.gnu.org, hongjiu.lu@intel.com
Cc: Geng Qi <gengqi@linux.alibaba.com>
Subject: [PATCH] doc/options.texi: Fix the discription of 'Negative'.
Date: Wed, 28 Apr 2021 17:24:32 +0800	[thread overview]
Message-ID: <20210428092432.104-1-gengqi@linux.alibaba.com> (raw)

gcc/ChangeLog:
	* doc/options.texi (Negative): Fix the discription so that it matches
	the code implementation of prune_options().
---
 gcc/doc/options.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/options.texi b/gcc/doc/options.texi
index 2057629..37386ca 100644
--- a/gcc/doc/options.texi
+++ b/gcc/doc/options.texi
@@ -223,8 +223,8 @@ propagate through the @code{Negative} property of the option to be
 turned off.  The driver will prune options, removing those that are
 turned off by some later option.  This pruning is not done for options
 with @code{Joined} or @code{JoinedOrMissing} properties, unless the
-options have either @code{RejectNegative} property or the @code{Negative}
-property mentions an option other than itself.
+options have both @code{RejectNegative} property and the @code{Negative}
+property mentions itself.
 
 As a consequence, if you have a group of mutually-exclusive
 options, their @code{Negative} properties should form a circular chain.
-- 
2.7.4


             reply	other threads:[~2021-04-28  9:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28  9:24 Geng Qi [this message]
2021-04-28 16:00 ` Martin Sebor
2021-05-01  3:55 ` Jim Wilson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210428092432.104-1-gengqi@linux.alibaba.com \
    --to=gengqi@linux.alibaba.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=hongjiu.lu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).