Commit 97768ccc by Toon Moene Committed by Toon Moene

invoke.texi: Improve description of -fno-finite-math-only flag.

2002-08-05  Toon Moene  <toon@moene.indiv.nluug.nl>

	* invoke.texi: Improve description of
	-fno-finite-math-only flag.

From-SVN: r56048
parent f662469e
2002-08-05 Toon Moene <toon@moene.indiv.nluug.nl>
* invoke.texi: Improve description of
-fno-finite-math-only flag.
Sun Aug 4 16:45:49 2002 Joseph S. Myers <jsm@polyomino.org.uk> Sun Aug 4 16:45:49 2002 Joseph S. Myers <jsm@polyomino.org.uk>
* root.texi (version-gcc): Increase to 3.3. * root.texi (version-gcc): Increase to 3.3.
......
...@@ -1555,11 +1555,10 @@ for certain IEEE inputs. ...@@ -1555,11 +1555,10 @@ for certain IEEE inputs.
@cindex options, -fno-finite-math-only @cindex options, -fno-finite-math-only
@item -fno-finite-math-only @item -fno-finite-math-only
Fortran specifies all arithmetic that can result in a NaN or an Fortran specifies all arithmetic that can result in a NaN or an
infinity as "giving undefined results", therefore the compiler infinity as ``giving undefined results'', therefore the compiler
by default operates in a way that assumes no NaNs or +-Inf can by default operates in a way that assumes no NaNs or +-Inf can
be generated. If you want to use a NaN or an Inf produced by be generated. If your program might generate or use NaNs or
means other than Fortran, use this option to compile your infinities, then you should use this option.
Fortran program.
@cindex -fno-trapping-math option @cindex -fno-trapping-math option
@cindex options, -fno-trapping-math @cindex options, -fno-trapping-math
......
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