OSDN Git Service

* real.c (mpfr_from_real): Handle Inf and NaN, and allow the
authorbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Apr 2007 02:12:47 +0000 (02:12 +0000)
committerbrooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Apr 2007 02:12:47 +0000 (02:12 +0000)
commit66fa16e6fb446fa09bb0c07485552b09552196b8
treedb634c5069c7518a31fd69e68bc5446671f7df2a
parent950348eb8111dade20e7fed9ca72b205fa15d1a6
* real.c (mpfr_from_real): Handle Inf and NaN, and allow the
rounding mode to be specified by the caller.
(real_to_mpfr) Likewise.
* real.h: Update mpfr_from_real, mpfr_to_real prototypes to
include new arguments.
* builtins.c: Update mpfr_from_real, mpfr_to_real calls.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124139 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/real.c
gcc/real.h