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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2024-01-17

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. I ran into this 4 years ago and I fixed some.
My original attempt of fixing this,  ran into this on MIPS even:
https://gcc.gnu.org/pipermail/gcc-patches/2020-January/538822.html

See https://gcc.gnu.org/pipermail/gcc-patches/2020-January/538956.html for the
move suggestion.

Patch which moved the testcases that was found at the time:
https://gcc.gnu.org/pipermail/gcc-patches/2020-January/538958.html

> we should just move the tests into vect directories
Yes like I did 4 years ago :).

Do you have a list of the ones that still use `{ target vect_*`; I think they
are all have been added in the last 4 years even since I did an audit back then
too?

Reply via email to