https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116207
--- Comment #2 from Sam James <sjames at gcc dot gnu.org> --- >From the logs: ``` PASS: gcc.target/aarch64/simd/vmmla.c (test for excess errors) gcc.target/aarch64/simd/vmmla.c: output file does not exist UNRESOLVED: gcc.target/aarch64/simd/vmmla.c scan-assembler-times \\tsmmla\\tv[0-9]+.4s, v[0-9]+.16b, v[0-9]+.16b 1 gcc.target/aarch64/simd/vmmla.c: output file does not exist UNRESOLVED: gcc.target/aarch64/simd/vmmla.c scan-assembler-times \\tummla\\tv[0-9]+.4s, v[0-9]+.16b, v[0-9]+.16b 1 gcc.target/aarch64/simd/vmmla.c: output file does not exist UNRESOLVED: gcc.target/aarch64/simd/vmmla.c scan-assembler-times \\tusmmla\\tv[0-9]+.4s, v[0-9]+.16b, v[0-9]+.16b 1 ``` I think we want dg-do compile here. It looks like scan-assembler-times doesn't work with dg-do assemble?