From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2140) id DAD6B3861801; Mon, 20 Nov 2023 08:35:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DAD6B3861801 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1700469318; bh=WIoq8XRwmg2Ex+ix2EMOdrvw8+7Z1kZFI54PyjqEJzI=; h=From:To:Subject:Date:From; b=mZQ0U2YCwDtmY93ib+WKYN7uT98nM59EL1z3qMPCRpli/zmevYnRxUj59wtbTW8Lc jVhvmj/Xvj0is8CeP57DgycRiHj08sHGExVrA7dgxHxIDaSBpn0AeLZvrmjP9LLKmd RsxbTmW7pasFGVk5jTm//vwafkrLayvg++Gg21XE= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Alexandre Oliva To: gcc-cvs@gcc.gnu.org Subject: [gcc r14-5610] testsuite: arm: fix arm_movt cut&pasto X-Act-Checkin: gcc X-Git-Author: Alexandre Oliva X-Git-Refname: refs/heads/master X-Git-Oldrev: 0e0e3420dfe1d302145b4eb3bbf311a4f39eeced X-Git-Newrev: 4b51c7c9131280edd1c97053e2b07a33ec0b5501 Message-Id: <20231120083518.DAD6B3861801@sourceware.org> Date: Mon, 20 Nov 2023 08:35:18 +0000 (GMT) List-Id: https://gcc.gnu.org/g:4b51c7c9131280edd1c97053e2b07a33ec0b5501 commit r14-5610-g4b51c7c9131280edd1c97053e2b07a33ec0b5501 Author: Alexandre Oliva Date: Sun Nov 19 02:41:48 2023 -0300 testsuite: arm: fix arm_movt cut&pasto I got spurious fails of tests that required arm_thumb1_movt_ok on a target cpu that did not support movt. Looking into it, I found the arm_movt property to have been cut&pasted into other procs that checked for different properties. They shouldn't share the same test results cache entry, so I'm changing their prop names. Or rather its prop name, because the other occurrence was already fixed recently. for gcc/testsuite/ChangeLog * lib/target-supports.exp (check_effective_target_arm_thumb1_cbz_ok): Fix prop name cut&pasto. Diff: --- gcc/testsuite/lib/target-supports.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 7412ac95623..4b647d6a88e 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -5592,7 +5592,7 @@ proc check_effective_target_arm_thumb1_movt_ok {} { proc check_effective_target_arm_thumb1_cbz_ok {} { if [check_effective_target_arm_thumb1_ok] { - return [check_no_compiler_messages arm_movt object { + return [check_no_compiler_messages arm_cbz object { int foo (void) {