OSDN Git Service

* builtin-types.def (BT_FN_FLOAT): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Sep 2002 23:21:28 +0000 (23:21 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Sep 2002 23:21:28 +0000 (23:21 +0000)
commit92c43e3c28dbea747e0234ef4815971cb703be9b
tree6a9e27455fe10ee403d06e599a3b61ab33cb8756
parent38b13a9b08d5ed6aaf64fe826f1e395570ab4ff8
    * builtin-types.def (BT_FN_FLOAT): New.
        (BT_FN_DOUBLE, BT_FN_LONG_DOUBLE): New.
        * builtins.def (BUILT_IN_INF, BUILT_IN_INFF, BUILT_IN_INFL,
        BUILT_IN_HUGE_VAL, BUILT_IN_HUGE_VALF, BUILT_IN_HUGE_VALL): New.
        * builtins.c (fold_builtin_inf): New.
        (fold_builtin): Call it.
        * real.c (ereal_inf): New.
        * real.h: Declare it.
        * doc/extend.texi: Document new builtins.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56820 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtin-types.def
gcc/builtins.c
gcc/builtins.def
gcc/doc/extend.texi
gcc/real.c
gcc/real.h