common.opt (fcx-limited-range): Add SetByCombined flag.
authorIan Lance Taylor <iant@google.com>
Tue, 8 Feb 2011 17:41:00 +0000 (17:41 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 8 Feb 2011 17:41:00 +0000 (17:41 +0000)
commit5e46b0c65bad1b8569d6005f86465ecb020a6715
tree8fc008788b764f0ba0d67864e8566ca53db122f5
parent32243d46707ec76650af0e33cdf77ee3fc3600eb
common.opt (fcx-limited-range): Add SetByCombined flag.

* common.opt (fcx-limited-range): Add SetByCombined flag.
(ffinite-math-only, fmath-errno, frounding-math): Likewise.
(fsignaling-nans, fsigned-zeros, ftrapping-math): Likewise.
(fassociative-math, freciprocal-math): Likewise.
(funsafe-math-optimizations): Likewise.
* opth-gen.awk: Handle SetByCombined.
* optc-gen.awk: Likewise.
* opts.c (set_fast_math_flags): Don't override flag if set by
frontend.
(set_unsafe_math_optimizations_flags): Likewise.
* doc/options.texi (Option properties): Document SetByCombined.

From-SVN: r169930
gcc/ChangeLog
gcc/common.opt
gcc/doc/options.texi
gcc/optc-gen.awk
gcc/opth-gen.awk
gcc/opts.c