https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112531
JuzheZhong <juzhe.zhong at rivai dot ai> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juzhe.zhong at rivai dot ai --- Comment #1 from JuzheZhong <juzhe.zhong at rivai dot ai> --- This FAIL is reasonable. So we can ignore it. The vectorized code will fail at this dump check like ARM SVE: https://godbolt.org/z/dbsKb7bxY Or you can fix testcase like AMDGCN: disable vectorization: /* { dg-additional-options "-fno-tree-vectorize" { target amdgcn-*-* } } */