re PR middle-end/58564 (possible wrong code bug at -O0)
authorJakub Jelinek <jakub@redhat.com>
Mon, 30 Sep 2013 20:17:07 +0000 (22:17 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 30 Sep 2013 20:17:07 +0000 (22:17 +0200)
commitd2a365a843021a55899050ed48e914998a7d2205
tree628a4d491509664a0bae3f7f5b778c1f71eab28c
parentf66d089128669ca6f4bbd8f661fb064012bdd595
re PR middle-end/58564 (possible wrong code bug at -O0)

PR middle-end/58564
* fold-const.c (tree_unary_nonnegative_warnv_p): Use
INTEGRAL_TYPE_P (t) instead of TREE_CODE (t) == INTEGER_TYPE.

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