https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96195

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org,
                   |                            |rsandifo at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note the testcase is invalid, the loop iterator really shouldn't be changed in
the simd body (well, can change, but only if it has the same value at the end
of loop body as it has at the start of it).
What are the different modes?  vector(4) int and vector(4) int really look the
same to me...

Reply via email to