Commit 237b14f7 by Richard Henderson Committed by Richard Henderson

invoke.texi (-funsafe-math-optimizations): Document its possible effects at link time.

        * doc/invoke.texi (-funsafe-math-optimizations): Document its
        possible effects at link time.

From-SVN: r43519
parent 316dcdf6
2001-06-22 Richard Henderson <rth@redhat.com>
* doc/invoke.texi (-funsafe-math-optimizations): Document its
possible effects at link time.
2001-06-22 Diego Novillo <dnovillo@redhat.com>
* basic-block.h (dump_edge_info): Declare.
......
......@@ -3373,7 +3373,9 @@ sets @option{-fno-math-errno}.
@opindex funsafe-math-optimizations
Allow optimizations for floating-point arithmetic that (a) assume
that arguments and results are valid and (b) may violate IEEE or
ANSI standards.
ANSI standards. When used at link-time, it may include libraries
or startup files that change the default FPU control word or other
similar optimizations.
This option should never be turned on by any @option{-O} option since
it can result in incorrect output for programs which depend on
......
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