diff options
author | Richard Guenther <rguenther@suse.de> | 2012-01-02 10:46:01 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2012-01-02 10:46:01 +0000 |
commit | ba768e1850d730bcd44e674fdf4f4fe252f85182 (patch) | |
tree | 03880f64e2d2fee017744d82d0981460b9ef932f /gcc/doc | |
parent | 6a521d169d02f1ebb86373b58bf1ce122aa1440b (diff) | |
download | gcc-ba768e1850d730bcd44e674fdf4f4fe252f85182.zip gcc-ba768e1850d730bcd44e674fdf4f4fe252f85182.tar.gz gcc-ba768e1850d730bcd44e674fdf4f4fe252f85182.tar.bz2 |
re PR other/51679 (spurious parenthesis for -fassociative-math in manual and man page)
2012-01-02 Richard Guenther <rguenther@suse.de>
PR other/51679
* invoke.texi (fassociative-math): Remove spurious paranthesis.
From-SVN: r182785
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f8dad6c..5869a41 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8169,7 +8169,7 @@ This violates the ISO C and C++ language standard by possibly changing computation result. NOTE: re-ordering may change the sign of zero as well as ignore NaNs and inhibit or create underflow or overflow (and thus cannot be used on a code which relies on rounding behavior like -@code{(x + 2**52) - 2**52)}. May also reorder floating-point comparisons +@code{(x + 2**52) - 2**52}. May also reorder floating-point comparisons and thus may not be used when ordered comparisons are required. This option requires that both @option{-fno-signed-zeros} and @option{-fno-trapping-math} be in effect. Moreover, it doesn't make |