Hi Uros,

You seems committing the test case in the wrong directory. I found it
in testsuite/gcc.target/pr66648.c.

Regards,
Renlin

On Sat, Jul 25, 2015 at 10:23 AM, Uros Bizjak <ubiz...@gmail.com> wrote:
> We have to emit check for main loop execution UNLESS we guarantee that
> min_size is at least equal to size_needed. In this testcase, VRP
> declared minimum copying size, and after unaligned prologue
> adjustment, min_size was still non-zero. The !min_size check didn't
> account for the case that min_size can be non-zero, but still less
> than size_needed.
>
> 2015-07-25  Uros Bizjak  <ubiz...@gmail.com>
>
>     PR target/66648
>     * config/i386/i386.c (ix86_expand_set_or_movmem): Emit main loop
>     execution guard when min_size is less than size_needed.
>
> testsuite/ChangeLog:
>
> 2015-07-25  Uros Bizjak  <ubiz...@gmail.com>
>
>     PR target/66648
>     * gcc.target/i386/pr66648.c: New test.
>
> Bootstrapped and regression tested on x86_64-linux-gnu {,-m32}.
>
> Committed to mainline, will be backported to release branches.
>
> Uros.

Reply via email to