[gcc r12-1364] testsuite: Change gcc.dg/vect/pr56541.c target.

Robin Dapp rdapp@gcc.gnu.org
Thu Jun 10 12:06:30 GMT 2021


https://gcc.gnu.org/g:cbf6dcaac040b7a572b8287453101489637c626b

commit r12-1364-gcbf6dcaac040b7a572b8287453101489637c626b
Author: Robin Dapp <rdapp@linux.ibm.com>
Date:   Thu Jun 10 12:56:19 2021 +0200

    testsuite: Change gcc.dg/vect/pr56541.c target.
    
    My last commit changed the target selector to
     ! vect_floatint_cvt
    when it should of course be
     vect_floatint_cvt.
    
    Fix this.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/vect/pr56541.c: Fix target selector.

Diff:
---
 gcc/testsuite/gcc.dg/vect/pr56541.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/vect/pr56541.c b/gcc/testsuite/gcc.dg/vect/pr56541.c
index e1cee6d0b0e..fa86142716b 100644
--- a/gcc/testsuite/gcc.dg/vect/pr56541.c
+++ b/gcc/testsuite/gcc.dg/vect/pr56541.c
@@ -24,4 +24,4 @@ void foo()
     }
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! vect_floatint_cvt } xfail { ! vect_cond_mixed } } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_floatint_cvt } xfail { ! vect_cond_mixed } } } } */


More information about the Gcc-cvs mailing list