On Thu, Sep 25, 2014 at 9:43 AM, Jiong Wang <jiong.w...@arm.com> wrote: > > On 25/09/14 17:24, Jeff Law wrote: >> >> On 09/25/14 09:04, Jiong Wang wrote: >>> >>> new patch updated. >>> >>> pass bootstrap and no regression, both check-gcc and check-g++, on the >>> x86. >>> >>> OK for trunk? >>> >>> thanks. >>> >>> gcc/ >>> * shrink-wrap.c (move_insn_for_shrink_wrap): Initialize the live-in >>> of >>> new created BB as the intersection of live-in from "old_dest" and >>> live-out >>> from "bb". >> >> Please include a ChangeLog entry for the testsuite. Something like: >> >> * gcc.target/i386/shrink_wrap_1.c: New test.
This fails on Linux/x86 and with -m32 on Linux/x86-64. >> With that addition, OK for the trunk. > > > committed as r215611. -- H.J.