Re: [fortran,patch] Handle infinities and NaNs in intrinsics code generation

2014-10-19 Thread FX
Looks good to me. Thanks for taking care of F2003's IEEE support. Committed as rev. 216443, thanks for the review. PS: You might want to browse through the current (F2008 + corrigenda + first F2015 additions) draft at http://j3-fortran.org/doc/year/14/14-007r2.pdf See especially the

Re: [fortran,patch] Handle infinities and NaNs in intrinsics code generation

2014-10-17 Thread Tobias Burnus
Hi FX, FX wrote: After the compile-time simplification, this patch fixes the handling of special values (infinities and NaNs) by intrinsics EXPONENT, FRACTION, SPACING, RRSPACING SET_EXPONENT Bootstrapped and regtested on x86_64-linux. OK to commit? Looks good to me. Thanks for taking

[fortran,patch] Handle infinities and NaNs in intrinsics code generation

2014-10-16 Thread FX
ping After the compile-time simplification, this patch fixes the handling of special values (infinities and NaNs) by intrinsics EXPONENT, FRACTION, SPACING, RRSPACING SET_EXPONENT on the code generation side. Bootstrapped and regtested on x86_64-linux. OK to commit?