re PR other/51679 (spurious parenthesis for -fassociative-math in manual and man...
authorRichard Guenther <rguenther@suse.de>
Mon, 2 Jan 2012 10:46:01 +0000 (10:46 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 2 Jan 2012 10:46:01 +0000 (10:46 +0000)
2012-01-02  Richard Guenther  <rguenther@suse.de>

PR other/51679
* invoke.texi (fassociative-math): Remove spurious paranthesis.

From-SVN: r182785

gcc/ChangeLog
gcc/doc/invoke.texi

index 9f48a4a7c98bd5909994da8dddc65c34f59fcbbc..120cf2412c186e302e599e322089a526b0f882ac 100644 (file)
@@ -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.
index f8dad6c155f2da898edd753534ce90afcd154e40..5869a41a1d040326b736dc6288ca3e4efbc74522 100644 (file)
@@ -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