Hi, Attached is a patch that makes the test case for mull more robust by looking for {scan-assembler "smull v[0-9]+\.}" where = {8h, 4s, 2d} and "smull2 v[0-9]+\.}" where = {8h, 4s, 2d} instead of looking for a specific number of occurances of "smull v" which can vary with the vectorization factor. Tested on aarch64-4.7-branch and trunk for aarch64-none-elf. OK to commit on aarch64-4.7-branch and trunk? Thanks, Tejas Belagod ARM. 2013-01-08 Tejas Belagod testsuite/ * gcc.target/aarch64/vect-mull-compile.c: Explicitly scan for instructions generated instead of number of occurances.