]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: arm: fix arm_movt cut&pasto
authorAlexandre Oliva <oliva@adacore.com>
Sun, 19 Nov 2023 05:41:48 +0000 (02:41 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Mon, 20 Nov 2023 08:16:36 +0000 (05:16 -0300)
commit4b51c7c9131280edd1c97053e2b07a33ec0b5501
tree1bb7fb3de4fe7912e3ce4fc8ef94c432ef92b705
parent0e0e3420dfe1d302145b4eb3bbf311a4f39eeced
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.
gcc/testsuite/lib/target-supports.exp