https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118567
Alex Coplan <acoplan at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Last reconfirmed| |2025-02-17 Status|UNCONFIRMED |ASSIGNED Assignee|unassigned at gcc dot gnu.org |acoplan at gcc dot gnu.org --- Comment #2 from Alex Coplan <acoplan at gcc dot gnu.org> --- Mine, this should be straightforward: the checking loop is now being vectorised after the PFA changes which was causing 2 loops to have "Alignment of access forced using versioning" as opposed to just 1 (as the test expected). So we just need to block vectorisation of the second loop with a #pragma.