From ba768e1850d730bcd44e674fdf4f4fe252f85182 Mon Sep 17 00:00:00 2001 From: Richard Guenther Date: Mon, 2 Jan 2012 10:46:01 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9f48a4a7c98..120cf2412c1 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 f8dad6c155f..5869a41a1d0 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 -- 2.30.2