]> git.ipfire.org Git - thirdparty/gcc.git/commit
aarch64: Fix cut-&-pasto in aarch64-sve2-acle-asm.exp
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 9 May 2023 17:57:22 +0000 (18:57 +0100)
committerRichard Sandiford <richard.sandiford@arm.com>
Tue, 9 May 2023 17:57:22 +0000 (18:57 +0100)
commit84684d2c3932e4b778f49bd06f257d74bdfee470
treebc92bfcbb01f291b3096ecf3ce82892575269b59
parent434dade5a11f63533cbf6059a862856c9b11c711
aarch64: Fix cut-&-pasto in aarch64-sve2-acle-asm.exp

aarch64-sve2-acle-asm.exp tried to prevent --with-cpu/tune
from affecting the results, but it used sve_flags rather than
sve2_flags.  This was a silent failure when running the full
testsuite, but was a fatal error when running the harness
individually.

gcc/testsuite/
* gcc.target/aarch64/sve2/acle/aarch64-sve2-acle-asm.exp: Use
sve2_flags instead of sve_flags.
gcc/testsuite/gcc.target/aarch64/sve2/acle/aarch64-sve2-acle-asm.exp