re PR tree-optimization/33992 (Miscompiles function with inlining, breaks profiledboo...
authorUros Bizjak <ubizjak@gmail.com>
Mon, 11 Feb 2008 08:27:00 +0000 (09:27 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 11 Feb 2008 08:27:00 +0000 (08:27 +0000)
commita6e2d11207bc4d7bbaf07024724382f63848382b
treeedef1ecdf13bbb8fb78a6e4be799ab1a487a80db
parent35f1ca2f842d52502504d29a378247dd72767f8a
re PR tree-optimization/33992 (Miscompiles function with inlining, breaks profiledbootstrap)

2008-02-11  Uros Bizjak  <ubizjak@gmail.com>
Richard Guenther  <rguenther@suse.de>

PR tree-optimization/33992
* tree-ssa-loop-im.c (rewrite_bittest): Fixup the type of
the zero we compare against.

* gcc.c-torture/execute/pr33992.c: New testcase.

Co-Authored-By: Richard Guenther <rguenther@suse.de>
From-SVN: r132234
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr33992.c [new file with mode: 0644]
gcc/tree-ssa-loop-im.c