public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1364] testsuite: Change gcc.dg/vect/pr56541.c target.
@ 2021-06-10 12:06 Robin Dapp
  0 siblings, 0 replies; only message in thread
From: Robin Dapp @ 2021-06-10 12:06 UTC (permalink / raw)
  To: gcc-cvs

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 } } } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-10 12:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 12:06 [gcc r12-1364] testsuite: Change gcc.dg/vect/pr56541.c target Robin Dapp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).