tree-vrp.c (compare_values): Check that VAL1 and VAL2 are both pointers or both integers.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 17 Apr 2005 14:58:20 +0000 (14:58 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 17 Apr 2005 14:58:20 +0000 (14:58 +0000)
commit30abf79348ff8927f4069bf8c48693afd658556f
tree603886208f6dc46c6797854e6aebdb6cb74efdb9
parent101c5bc507e0067fe0c97a2eefd0192d5092b0d0
tree-vrp.c (compare_values): Check that VAL1 and VAL2 are both pointers or both integers.

* tree-vrp.c (compare_values): Check that VAL1 and VAL2 are
both pointers or both integers.

From-SVN: r98273
gcc/ChangeLog
gcc/tree-vrp.c