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
This commit is contained in:
Richard Guenther 2012-01-02 10:46:01 +00:00 committed by Richard Biener
parent 6a521d169d
commit ba768e1850
2 changed files with 6 additions and 1 deletions

View 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.

View 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