This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [4/4] [patch, fortran] Use GCC MPFR/GMP-to-tree conversion functions.


2007-04-06 Brooks Moses <brooks.moses@codesourcery.com>

        trans-const.c (gfc_conv_mpz_to_tree): Use mpz_get_double_int.
        (gfc_conv_tree_to_mpz): New function.
        (gfc_conv_mpfr_to_tree): Use real_from_mpfr.
        (gfc_conv_tree_to_mpfr): New function.
        trans-const.h: (gfc_conv_tree_to_mpz): New prototype.
        (gfc_conv_tree_to_mpfr): New prototype.

This is OK.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]