gcc/
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Apr 2005 01:29:44 +0000 (01:29 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Apr 2005 01:29:44 +0000 (01:29 +0000)
commitaf9164b29d06cfb3da49b3bed9d619b45a0633d1
tree105fac8a18c342aa79c155e087c4d213b2c5e7dd
parenta8d283669f9b96c8a8aaf3ae487d8a124f73de58
gcc/
PR tree-optimization/21021
* tree-vrp.c (compare_values): Work around a bug in the front
end that produces a comparison of mismatched types.

testsuite/
PR tree-optimization/21021
* gcc.c-torture/compile/pr21021.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98161 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr21021.c [new file with mode: 0644]
gcc/tree-vrp.c