public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Tweak Negative() documentation in options.texi
@ 2011-04-13 12:48 Richard Sandiford
  2011-04-13 12:51 ` Joseph S. Myers
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Sandiford @ 2011-04-13 12:48 UTC (permalink / raw)
  To: gcc-patches; +Cc: patches

I was looking at a backport of the current linux.opt, and got confused
by the chain of three Negative()s.  I was thinking that saying
"A is Negative(B)" was equivalent to saying A == !B.

This patch is an attempt to clarify the documentation.  Tested with
"make doc", "make html" and "make pdf".  OK to install?

Richard


gcc/
	* doc/options.texi (Negative): Explicitly mention that the
	Negative chain must be circular.

Index: gcc/doc/options.texi
===================================================================
--- gcc/doc/options.texi	2011-04-07 09:23:22.000000000 +0100
+++ gcc/doc/options.texi	2011-04-13 13:42:24.000000000 +0100
@@ -222,6 +222,13 @@ the option name with the leading ``-'' r
 propagate through the @code{Negative} property of the option to be
 turned off.
 
+As a consequence, if you have a group of mutually-exclusive
+options, their @code{Negative} properties should form a circular chain.
+For example, if options @option{-@var{a}}, @option{-@var{b}} and
+@option{-@var{c}} are mutually exclusive, their respective @code{Negative}
+properties should be @samp{Negative(@var{b})}, @samp{Negative(@var{c})}
+and @samp{Negative(@var{a})}.
+
 @item Joined
 @itemx Separate
 The option takes a mandatory argument.  @code{Joined} indicates

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Tweak Negative() documentation in options.texi
  2011-04-13 12:48 Tweak Negative() documentation in options.texi Richard Sandiford
@ 2011-04-13 12:51 ` Joseph S. Myers
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph S. Myers @ 2011-04-13 12:51 UTC (permalink / raw)
  To: Richard Sandiford; +Cc: gcc-patches, patches

On Wed, 13 Apr 2011, Richard Sandiford wrote:

> 	* doc/options.texi (Negative): Explicitly mention that the
> 	Negative chain must be circular.

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-04-13 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-13 12:48 Tweak Negative() documentation in options.texi Richard Sandiford
2011-04-13 12:51 ` Joseph S. Myers

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).