https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111970
--- Comment #20 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Tamar Christina from comment #19) > I have noticed some other gather related failures but haven't had time to > triage them to file bugs. Hoping to get to that soon. I had noticed the following failures which maybe are related on aarch64 (sve): FAIL: gcc.target/aarch64/sve/mask_struct_load_3_run.c execution test FAIL: gcc.target/aarch64/sve/mask_struct_store_1_run.c execution test FAIL: gcc.target/aarch64/sve/mask_struct_store_2_run.c execution test FAIL: gcc.target/aarch64/sve/mask_struct_store_3_run.c execution test FAIL: gcc.target/aarch64/sve/mask_struct_store_4.c scan-assembler-not \\\\tst2b\\\\t.z[0-9] FAIL: gcc.target/aarch64/sve/mask_struct_store_4.c scan-assembler-not \\\\tst2d\\\\t.z[0-9] FAIL: gcc.target/aarch64/sve/mask_struct_store_4.c scan-assembler-not \\\\tst2h\\\\t.z[0-9] FAIL: gcc.target/aarch64/sve/mask_struct_store_4.c scan-assembler-not \\\\tst2w\\\\t.z[0-9] This was done using qemu and it was my first time recently running a cross with qemu too.