https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117728
Christoph Müllner <cmuellner at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2024-11-21 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |cmuellner at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Christoph Müllner <cmuellner at gcc dot gnu.org> --- Thanks for reporting! This is an issue with the test case and not with the code generation. The test expects the transformation to succeed, but there are valid reasons that this fails on some platforms. Similar fails could happen to the other tests (vector-8.c and vector-9.c). I'll send out a patch that limits the target architecture to aarch64 and x86-64, where we know the tests pass.