]> git.ipfire.org Git - thirdparty/gcc.git/commit
arm,testsuite: Add -mtune=cortex-m55 to dlstp-int8x16.c
authorChristophe Lyon <christophe.lyon@linaro.org>
Fri, 6 Dec 2024 15:59:25 +0000 (15:59 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Fri, 6 Dec 2024 17:29:13 +0000 (17:29 +0000)
commit115e4bf54ec91a4f358a9e68dcd7a234b0ccc5b8
tree20c49d020bd8a6606d8e9037976361e483081978
parent1acc5cffbb04949a790d6e1a34a46ec71418a57b
arm,testsuite: Add -mtune=cortex-m55 to dlstp-int8x16.c

Like dlstp-compile-asm-1.c, this test would fail if GCC is configured
with non-default options, such as -mtune=cortex-a9.

Force -mtune=cortex-m55 to avoid this unexpected issue.

gcc/testsuite/ChangeLog:

* gcc.target/arm/mve/dlstp-int8x16.c: Add -mtune=cortex-m55
gcc/testsuite/gcc.target/arm/mve/dlstp-int8x16.c