From: Christophe Lyon Date: Wed, 19 Mar 2025 10:59:04 +0000 (+0000) Subject: testsuite: arm: remove duplicate -mcpu=unset in arm_v8_1_lob_ok X-Git-Tag: basepoints/gcc-16~669 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c384dfc89fcf87b01f300968e85a7547e058748;p=thirdparty%2Fgcc.git testsuite: arm: remove duplicate -mcpu=unset in arm_v8_1_lob_ok This was probably a typo / oversight. gcc/testsuite/ * lib/target-supports.exp (check_effective_target_arm_v8_1_lob_ok): Remove duplicate -mcpu=unset. --- diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index e875e3574b5..e90c090027e 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -13504,7 +13504,7 @@ proc check_effective_target_arm_v8_1_lob_ok { } { asm goto ("le lr, %l0" : : : "lr" : loop); return i != 10; } - } "-mcpu=unset -mcpu=unset -march=armv8.1-m.main -mthumb" ] + } "-mcpu=unset -march=armv8.1-m.main -mthumb" ] } }