Nzer Zaidenberg <[EMAIL PROTECTED]> writes:
> --0-2076963316-1123574270=:75895
> Content-Type: text/plain; charset=iso-8859-1
> Content-Transfer-Encoding: 8bit
>
> let me get it stright...
>
> you would say that you expect problems when mixing -ffast-math with
> -O9 and optimization?
I wouldn't, but gcc info would:
`-ffast-math'
Sets `-fno-math-errno', `-funsafe-math-optimizations', and
`-fno-trapping-math'.
This option causes the preprocessor macro `__FAST_MATH__' to be
defined.
This option should never be turned on by any `-O' option since it
can result in incorrect output for programs which depend on an
exact implementation of IEEE or ISO rules/specifications for math
functions.
--
Oleg Goldshmidt | [EMAIL PROTECTED] | http://www.goldshmidt.org
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]