fold-const.c (exact_real_inverse): Move variable `float_error' into the scope where...
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Mon, 15 Mar 1999 05:30:02 +0000 (05:30 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Mon, 15 Mar 1999 05:30:02 +0000 (05:30 +0000)
commita4d3481dce1049ea5fe4e7eb4d500e48f4d5a35a
tree769704963dfcad27564126b092997d8ad32082bd
parentc83857f92f5ea4efd54b6d75de003bbefa7a2aa6
fold-const.c (exact_real_inverse): Move variable `float_error' into the scope where it is used.

        * fold-const.c (exact_real_inverse): Move variable `float_error'
        into the scope where it is used.
        (const_binop_1): New static function.
        (cb_args): New struct.
        (const_binop): Use them in call to `do_float_handler'.
        (fold_convert_1): New static function.
        (fc_args): New struct.
        (fold_convert): Use them in call to `do_float_handler'.

From-SVN: r25776
gcc/ChangeLog
gcc/fold-const.c