re PR rtl-optimization/55838 (ICE in extract_insn (unrecognizable insn) with -O ...
authorJakub Jelinek <jakub@redhat.com>
Thu, 3 Jan 2013 09:05:43 +0000 (10:05 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 3 Jan 2013 09:05:43 +0000 (10:05 +0100)
commit3461a16e0bab8b8b00ff2567700439c7d4e5dda4
treebf717bd5e0292f0afa63db0a241a01e20f3d4a9e
parent8b5546d6740ad9c56eaed8285ff501da3453e924
re PR rtl-optimization/55838 (ICE in extract_insn (unrecognizable insn) with -O -funroll-loops)

PR rtl-optimization/55838
* loop-iv.c (iv_number_of_iterations): Call lowpart_subreg on
iv0.step, iv1.step and step.

* gcc.dg/pr55838.c: New test.

From-SVN: r194837
gcc/ChangeLog
gcc/loop-iv.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr55838.c [new file with mode: 0644]