builtin-types.def (BT_FN_FLOAT): New.
authorRichard Henderson <rth@redhat.com>
Wed, 4 Sep 2002 23:21:28 +0000 (16:21 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 4 Sep 2002 23:21:28 +0000 (16:21 -0700)
commitab5e26156fb28eb59e0a259ccb0ab49485a1b94c
tree6a9e27455fe10ee403d06e599a3b61ab33cb8756
parent9beb7d208292359f61d839fefa95153590df4200
builtin-types.def (BT_FN_FLOAT): New.

        * 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.

From-SVN: r56820
gcc/ChangeLog
gcc/builtin-types.def
gcc/builtins.c
gcc/builtins.def
gcc/doc/extend.texi
gcc/real.c
gcc/real.h