]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: Align testcase with implementation [PR105090]
authorTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Wed, 10 Jul 2024 16:14:22 +0000 (18:14 +0200)
committerTorbjörn SVENSSON <torbjorn.svensson@foss.st.com>
Wed, 10 Jul 2024 16:55:15 +0000 (18:55 +0200)
Since r13-1006-g2005b9b888eeac, the test case copysign_softfloat_1.c
no longer contains any lsr istruction, so drop the check as per
comment 9 in PR105090.

gcc/testsuite/ChangeLog:

PR target/105090
* gcc.target/arm/copysign_softfloat_1.c: Drop check for lsr

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
gcc/testsuite/gcc.target/arm/copysign_softfloat_1.c

index a14922f1c12aeb4a22ee38fde188691d5a89de81..50317b7abe59557a6a7d7245dc29eae4a19a5f16 100644 (file)
@@ -42,7 +42,6 @@ main (int argc, char **argv)
   int index = 0;
 
 /* { dg-final { scan-assembler-times "bfi" 2 { target arm_softfloat } } } */
-/* { dg-final { scan-assembler-times "lsr" 1 { target arm_softfloat } } } */
   for (index; index < N; index++)
     {
       if (__builtin_copysignf (a_f[index], b_f[index]) != c_f[index])