]> gcc.gnu.org Git - gcc.git/commit
gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.
authorTobias Burnus <burnus@net-b.de>
Fri, 27 Mar 2009 21:55:13 +0000 (22:55 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Fri, 27 Mar 2009 21:55:13 +0000 (22:55 +0100)
commit346a77d1d814bc194c825ee48e75604646070bf6
treebeaf8e8d8e61c21748269df6c2b92982034929d0
parent68599f330b29e9f1b0fd5bb1578741a5e663688d
gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.

2009-03-27  Tobias Burnus  <burnus@net-b.de>

        * gfortran.h (enum init_local_real.): Add GFC_INIT_REAL_SNAN.
        (gfc_expr): Add is_snan.
        * trans-const.c (gfc_conv_mpfr_to_tree): Support SNaN.
        (gfc_conv_constant_to_tree): Update call to gfc_conv_mpfr_to_tree.
        * trans-const.h (gfc_conv_mpfr_to_tree): Update prototype.
        * resolve.c (build_default_init_expr): Update call.
        * target-memory.c (encode_float): Ditto.
        * trans-intrinsic.c
        * (gfc_conv_intrinsic_aint,gfc_conv_intrinsic_mod,

From-SVN: r145129
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/invoke.texi
gcc/fortran/options.c
gcc/fortran/resolve.c
gcc/fortran/target-memory.c
gcc/fortran/trans-const.c
gcc/fortran/trans-const.h
gcc/fortran/trans-intrinsic.c
This page took 0.059076 seconds and 5 git commands to generate.