public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3540] Fix target selector syntax in 'gcc.dg/vect/bb-slp-cond-1.c'
@ 2022-10-28  7:29 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-10-28  7:29 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:0607307768b66a90e27c5bc91a247acc938f070e

commit r13-3540-g0607307768b66a90e27c5bc91a247acc938f070e
Author: Thomas Schwinge <thomas@codesourcery.com>
Date:   Tue Oct 25 13:10:52 2022 +0200

    Fix target selector syntax in 'gcc.dg/vect/bb-slp-cond-1.c'
    
    ... to restore testing lost in recent
    commit r13-3225-gbd9a05594d227cde79a67dc715bd9d82e9c464e9
    "amdgcn: vector testsuite tweaks" (for example, x86_64-pc-linux-gnu):
    
        PASS: gcc.dg/vect/bb-slp-cond-1.c (test for excess errors)
        PASS: gcc.dg/vect/bb-slp-cond-1.c -flto -ffat-lto-objects  scan-tree-dump vect "(no need for alias check [^\\n]* when VF is 1|no alias between [^\\n]* when [^\\n]* is outside \\(-16, 16\\))"
        [-PASS: gcc.dg/vect/bb-slp-cond-1.c -flto -ffat-lto-objects  scan-tree-dump-times vect "loop vectorized" 1-]
        PASS: gcc.dg/vect/bb-slp-cond-1.c -flto -ffat-lto-objects (test for excess errors)
        PASS: gcc.dg/vect/bb-slp-cond-1.c -flto -ffat-lto-objects execution test
        PASS: gcc.dg/vect/bb-slp-cond-1.c execution test
        PASS: gcc.dg/vect/bb-slp-cond-1.c scan-tree-dump vect "(no need for alias check [^\\n]* when VF is 1|no alias between [^\\n]* when [^\\n]* is outside \\(-16, 16\\))"
        [-PASS: gcc.dg/vect/bb-slp-cond-1.c scan-tree-dump-times vect "loop vectorized" 1-]
    
            gcc/testsuite/
            * gcc.dg/vect/bb-slp-cond-1.c: Fix target selector syntax.

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

diff --git a/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c b/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c
index 1f5c621e5fd..ccb4ef659e4 100644
--- a/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c
+++ b/gcc/testsuite/gcc.dg/vect/bb-slp-cond-1.c
@@ -46,6 +46,6 @@ int main ()
 }
 
 /* { dg-final { scan-tree-dump {(no need for alias check [^\n]* when VF is 1|no alias between [^\n]* when [^\n]* is outside \(-16, 16\))} "vect" { target vect_element_align } } } */
-/* { dg-final { scan-tree-dump-times "loop vectorized" 1 "vect" { target { vect_element_align && !amdgcn-*-* } } } } */
+/* { dg-final { scan-tree-dump-times "loop vectorized" 1 "vect" { target { vect_element_align && { ! amdgcn-*-* } } } } } */
 /* { dg-final { scan-tree-dump-times "loop vectorized" 2 "vect" { target amdgcn-*-* } } } */

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

only message in thread, other threads:[~2022-10-28  7:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-28  7:29 [gcc r13-3540] Fix target selector syntax in 'gcc.dg/vect/bb-slp-cond-1.c' Thomas Schwinge

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).