Commit a570fc16 by Richard Guenther Committed by Richard Biener

re PR c/46946 (contradiction in docs for -Ofast and -ffast-math)

2011-01-12  Richard Guenther  <rguenther@suse.de>

	PR other/46946
	* doc/invoke.texi (ffast-math): Document it is turned on
	with -Ofast.

From-SVN: r168709
parent 47782a9d
2011-01-12 Richard Guenther <rguenther@suse.de>
PR other/46946
* doc/invoke.texi (ffast-math): Document it is turned on
with -Ofast.
2011-01-12 Jan Hubicka <jh@suse.cz> 2011-01-12 Jan Hubicka <jh@suse.cz>
PR tree-optimization/47233 PR tree-optimization/47233
......
...@@ -7792,10 +7792,10 @@ Sets @option{-fno-math-errno}, @option{-funsafe-math-optimizations}, ...@@ -7792,10 +7792,10 @@ Sets @option{-fno-math-errno}, @option{-funsafe-math-optimizations},
This option causes the preprocessor macro @code{__FAST_MATH__} to be defined. This option causes the preprocessor macro @code{__FAST_MATH__} to be defined.
This option is not turned on by any @option{-O} option since This option is not turned on by any @option{-O} option besides
it can result in incorrect output for programs which depend on @option{-Ofast} since it can result in incorrect output for programs
an exact implementation of IEEE or ISO rules/specifications for which depend on an exact implementation of IEEE or ISO rules/specifications
math functions. It may, however, yield faster code for programs for math functions. It may, however, yield faster code for programs
that do not require the guarantees of these specifications. that do not require the guarantees of these specifications.
@item -fno-math-errno @item -fno-math-errno
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment