convert.c (convert_to_integer): Fix compare for nonpositive constant to use tree_int_...
authorRichard Guenther <rguenther@suse.de>
Fri, 2 Dec 2005 09:46:17 +0000 (09:46 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 2 Dec 2005 09:46:17 +0000 (09:46 +0000)
commitda6d971d5f2418f0e5661700224b7dfe8727e2e2
tree38fd12268a9596d8b1c5ff75d645982be50d4149
parente7a6c1272ccfdeb0d21001de0f2cbd442d6b0af9
convert.c (convert_to_integer): Fix compare for nonpositive constant to use tree_int_cst_sgn <= 0.

2005-12-02  Richard Guenther  <rguenther@suse.de>

        * convert.c (convert_to_integer): Fix compare for nonpositive
        constant to use tree_int_cst_sgn <= 0.

From-SVN: r107882
gcc/ChangeLog
gcc/convert.c