diff mbox

Fix PR51679

Message ID alpine.LNX.2.00.1201021144220.4999@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Jan. 2, 2012, 10:44 a.m. UTC
Committed.

Richard.

2012-01-02  Richard Guenther  <rguenther@suse.de>

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

Patch

Index: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(revision 182780)
+++ gcc/doc/invoke.texi	(working copy)
@@ -8169,7 +8169,7 @@  This violates the ISO C and C++ language
 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