]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/21021 (ICE in tree-vrp building glibc)
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 15 Apr 2005 01:29:44 +0000 (01:29 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 15 Apr 2005 01:29:44 +0000 (01:29 +0000)
commit417ac4e6c704d8a7477e4c04dc7887314fd593d4
tree105fac8a18c342aa79c155e087c4d213b2c5e7dd
parent6f4dfa2bdfb9db6f3cbcb99aaa73402f81771abe
re PR tree-optimization/21021 (ICE in tree-vrp building glibc)

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.

From-SVN: r98161
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr21021.c [new file with mode: 0644]
gcc/tree-vrp.c