aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Guenther <rguenther@suse.de>2012-01-02 10:46:01 +0000
committerRichard Biener <rguenth@gcc.gnu.org>2012-01-02 10:46:01 +0000
commitba768e1850d730bcd44e674fdf4f4fe252f85182 (patch)
tree03880f64e2d2fee017744d82d0981460b9ef932f
parent6a521d169d02f1ebb86373b58bf1ce122aa1440b (diff)
downloadgcc-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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9f48a4a..120cf24 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-02 Richard Guenther <rguenther@suse.de>
+
+ PR other/51679
+ * invoke.texi (fassociative-math): Remove spurious paranthesis.
+
2012-01-01 Jakub Jelinek <jakub@redhat.com>
* gcc.c (process_command): Update copyright notice dates.
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