c-tree.h (warn_float_equal): Declare.
authorDirk Zoller <duz@rtsffm.com>
Thu, 30 Sep 1999 06:19:54 +0000 (06:19 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 30 Sep 1999 06:19:54 +0000 (00:19 -0600)
commitb843d2101e5b335f9ae87d5dea12372aca5fb5da
tree61b757d3537f8ed69955652a8d7feba76e9d7c6d
parent1bdba2c09c51979c2ec3387637e87648b0ac1db6
c-tree.h (warn_float_equal): Declare.

        * c-tree.h (warn_float_equal): Declare.
        * c-decl.c (warn_float_equal): Define.
        (c_decode_option): Recognize -W[no-]float-equal.
        * c-typeck.c (build_binary_op): Conditionally warn
        about equality tests of floating point types.
        * toplev.c (documented_lan_options): Add -W[no-]float-equal.

From-SVN: r29722
gcc/ChangeLog
gcc/c-decl.c
gcc/c-tree.h
gcc/c-typeck.c
gcc/toplev.c