From: Richard Guenther Date: Mon, 2 Jan 2012 10:46:01 +0000 (+0000) Subject: re PR other/51679 (spurious parenthesis for -fassociative-math in manual and man... X-Git-Tag: releases/gcc-4.7.0~1243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba768e1850d730bcd44e674fdf4f4fe252f85182;p=thirdparty%2Fgcc.git re PR other/51679 (spurious parenthesis for -fassociative-math in manual and man page) 2012-01-02 Richard Guenther PR other/51679 * invoke.texi (fassociative-math): Remove spurious paranthesis. From-SVN: r182785 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f48a4a7c98b..120cf2412c18 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-02 Richard Guenther + + PR other/51679 + * invoke.texi (fassociative-math): Remove spurious paranthesis. + 2012-01-01 Jakub Jelinek * gcc.c (process_command): Update copyright notice dates. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index f8dad6c155f2..5869a41a1d04 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