re PR tree-optimization/31703 (Gcc 4.3 revision 124101 failed to compile gcc 3.2)
authorRichard Guenther <rguenther@suse.de>
Thu, 26 Apr 2007 15:28:14 +0000 (15:28 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 26 Apr 2007 15:28:14 +0000 (15:28 +0000)
commit5c7ec4f0d5730d28451003ab8304b388f42f2a85
treeba24980895b374e7263f14892f3b83578d5793d0
parent8931743ffe7d282a25c3d05a7493d6712f327457
re PR tree-optimization/31703 (Gcc 4.3 revision 124101 failed to compile gcc 3.2)

2007-04-26  Richard Guenther  <rguenther@suse.de>

PR tree-optimization/31703
* tree-ssa-loop-im.c (rewrite_bittest): Make sure to use
the right type for the target of the bittest.

* gcc.c-torture/compile/pr31703.c: New testcase.
* gcc.dg/tree-ssa/ssa-lim-1.c: Adjust pattern.
* gcc.dg/tree-ssa/ssa-lim-2.c: Likewise.

From-SVN: r124190
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/compile/pr31703.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-1.c
gcc/testsuite/gcc.dg/tree-ssa/ssa-lim-2.c
gcc/tree-ssa-loop-im.c