https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115575
Matthias Kretz (Vir) <mkretz at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |mkretz at gcc dot
gnu.org
Last reconfirmed| |2024-06-21
Ever confirmed|0 |1
Status|UNCONFIRMED |ASSIGNED
--- Comment #2 from Matthias Kretz (Vir) <mkretz at gcc dot gnu.org> ---
This is the first test of experimental/simd with 'dg-do run'. All existing
tests are compile-only. If this fails it means the new test finds an old bug.
Regarding x86_64, I only tested on a machine with AVX512. I assume your machine
fails the { target avx512f } selector and thus takes a different code path than
what I fixed for PR115454.
The huge test matrix of simd is my curse...