On Mon, Jun 06, 2016 at 10:03:12AM +0100, Alan Hayward wrote:
>
> On 03/06/2016 18:45, "Jakub Jelinek" <[email protected]> wrote:
>
> >On Thu, Jun 02, 2016 at 05:11:15PM +0100, Alan Hayward wrote:
> >> * gcc.dg/vect/vect-live-1.c: New test.
> >> * gcc.dg/vect/vect-live-2.c: New test.
> >> * gcc.dg/vect/vect-live-5.c: New test.
> >> * gcc.dg/vect/vect-live-slp-1.c: New test.
> >> * gcc.dg/vect/vect-live-slp-2.c: New test.
> >> * gcc.dg/vect/vect-live-slp-3.c: New test.
> >
> >These tests all fail for me on i686-linux. The problem is
> >in the use of dg-options in gcc.dg/vect/, where it override all the
> >various
> >needed vectorization options that need to be enabled on various arches
> >(e.g. -msse2 on i686).
> >
> >Fixed thusly, tested on x86_64-linux and i686-linux, ok for trunk?
>
> Thanks for fixing this. However, I think you had a copy/paste error.
> For vect-live-slp-1.c and vect-live-slp-3.c you used dg-options instead
> of dg-additional-options, which causes the tests to fail for me as
> UNRESOLVED.
>
> Ok to commit?
Oops. Sure, thanks.
> testsuite/
> * gcc.dg/vect/vect-live-1.c: Use additional-options.
> * gcc.dg/vect/vect-live-3.c: Likewise.
Jakub