Commit 48b06e94 by H.J. Lu Committed by H.J. Lu

options.texi: Move the Negative option.

2006-05-16  H.J. Lu  <hongjiu.lu@intel.com>

	* doc/options.texi: Move the Negative option.

From-SVN: r113827
parent faaf1436
2006-05-16 H.J. Lu <hongjiu.lu@intel.com>
* doc/options.texi: Move the Negative option.
2006-05-16 Richard Guenther <rguenther@suse.de>
PR tree-optimization/22303
......
......@@ -100,6 +100,12 @@ The option does not have a ``no-'' form. All options beginning with
``f'', ``W'' or ``m'' are assumed to have a ``no-'' form unless this
property is used.
@item Negative(@var{othername})
The option will turn off another option @var{othername}, which is the
the option name with the leading ``-'' removed. This chain action will
propagate through the @code{Negative} property of the option to be
turned off.
@item Joined
@itemx Separate
The option takes a mandatory argument. @code{Joined} indicates
......@@ -136,13 +142,6 @@ parser will set the variable to 1 when the positive form of the
option is used and 0 when the ``no-'' form is used.
@item
If the option uses the @code{Negative} property, @var{var} is the
the name of an option, with the leading ``-'' removed, which will be
turned off when this option is turned on. This chain action will
propagate through the @code{Negative} property of the option to be
turned off.
@item
If the option takes an argument and has the @code{UInteger} property,
@var{var} is an integer variable that stores the value of the argument.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment