]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR fortran/34230 (Expressions of parameters evaluated with too high precision)
authorSteven G. Kargl <kargls@comcast.net>
Fri, 30 Nov 2007 04:10:47 +0000 (04:10 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 30 Nov 2007 04:10:47 +0000 (04:10 +0000)
commita84b9ee86e4ad5865e12fb4d5ebbced4056d9533
tree6c111f01b6c4dfe3d648cedfaaf92c43e5a77f6e
parent04fe2e7b3008d2746c860d3386a14d3ad84a31ae
re PR fortran/34230 (Expressions of parameters evaluated with too high precision)

2007-11-29  Steven G. Kargl  <kargls@comcast.net>

PR fortran/34230
* fortran/arith.c (gfc_check_real_range): Set intermediate values
to +-Inf and 0 when -fno-range-check is in effect.
* fortran/invoke.texi: Improve -fno-range-check description.

PR fortran/34203
* fortran/invoke.texi: Document the C escaped characters activated
by -fbackslash.

From-SVN: r130530
gcc/fortran/ChangeLog
gcc/fortran/arith.c
gcc/fortran/invoke.texi