https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112714
Bug ID: 112714 Summary: gcc.dg/tree-ssa/predcom-2.c fails on aarch64-* with -march=armv9-a+sve Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: testsuite-fail Severity: normal Priority: P3 Component: testsuite Assignee: unassigned at gcc dot gnu.org Reporter: pinskia at gcc dot gnu.org Target Milestone: --- Similar to how gcc.dg/unroll-8.c is handled, gcc.dg/tree-ssa/predcom-2.c should be handled too. Note right now we have: /* { dg-additional-options "-fno-tree-vectorize" { target amdgcn-*-* riscv*-*-* } } */ See also https://gcc.gnu.org/pipermail/gcc-patches/2023-November/637835.html .