https://gcc.gnu.org/g:4f6f63f2cfcc62d6d893f301ea6aa4f6365624ba

commit r13-8902-g4f6f63f2cfcc62d6d893f301ea6aa4f6365624ba
Author: Torbjörn SVENSSON <torbjorn.svens...@foss.st.com>
Date:   Wed Jul 10 18:14:22 2024 +0200

    testsuite: Align testcase with implementation [PR105090]
    
    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.svens...@foss.st.com>
    (cherry picked from commit 4865a92b35054fdfaa1318a4c1f56d95d44012a2)

Diff:
---
 gcc/testsuite/gcc.target/arm/copysign_softfloat_1.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/arm/copysign_softfloat_1.c 
b/gcc/testsuite/gcc.target/arm/copysign_softfloat_1.c
index a14922f1c12a..50317b7abe59 100644
--- a/gcc/testsuite/gcc.target/arm/copysign_softfloat_1.c
+++ b/gcc/testsuite/gcc.target/arm/copysign_softfloat_1.c
@@ -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])

Reply via email to