gcc-patches-ow...@gcc.gnu.org wrote on 14/10/2011 04:43:48 PM:

> All,
>
> The attached patch corrects the expected output of the
> gcc.dg/vect/pr30858.c testcase.
>
> Historically it has expected the output "Unknown def-use cycle pattern."
> just once.
>
> However, recent changes to GCC for ARM targets means that vectorization
> is attempted twice once with a vector size of 128-bits and once with a
> vector size of 64-bits.  This means that the output appears more than
once.
>
> The patch works around this by making the testcase expect one or more
> instances of "Unknown def-use cycle pattern"
>
> Can someone review please?

This is OK with me.

Thanks,
Ira

>
> Thanks,
>
> Matt
>
> gcc/testsuite/ChangeLog:
>
> 2011-10-13  Matthew Gretton-Dann  <matthew.gretton-d...@arm.com>
>
>           * gcc.dg/vect/pr30858.c: Update expected output for
>           architectures with multiple vector sizes.
>
> --
> Matthew Gretton-Dann
> Principal Engineer, PD Software - Tools, ARM Ltd[attachment "1110-
> fix-pr30858.txt" deleted by Ira Rosen/Haifa/IBM]

Reply via email to