public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-6528] testsuite: Fix another syntax problem in slp-3.c
@ 2023-03-07 15:43 Robin Dapp
  0 siblings, 0 replies; only message in thread
From: Robin Dapp @ 2023-03-07 15:43 UTC (permalink / raw)
  To: gcc-cvs

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

commit r13-6528-gb2b841fa25513a87fcb6e8195c2ad3ea354426d4
Author: Robin Dapp <rdapp@linux.ibm.com>
Date:   Tue Mar 7 14:00:56 2023 +0100

    testsuite: Fix another syntax problem in slp-3.c
    
    This fixes another syntax error in slp-3.c.  I missed a '{ ... }' in
    order to properly exclude s390_vx.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/vect/slp-3.c: Add '{ ... }'.

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

diff --git a/gcc/testsuite/gcc.dg/vect/slp-3.c b/gcc/testsuite/gcc.dg/vect/slp-3.c
index a0c6a72995b..760b3fa35a2 100644
--- a/gcc/testsuite/gcc.dg/vect/slp-3.c
+++ b/gcc/testsuite/gcc.dg/vect/slp-3.c
@@ -144,4 +144,4 @@ int main (void)
 /* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { target { { ! { vect_partial_vectors || vect32 } } || s390_vx } } } } */
 /* { dg-final { scan-tree-dump-times "vectorized 4 loops" 1 "vect" { target { { vect_partial_vectors || vect32 } && { ! s390_vx } } } } } */
 /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 3 "vect" { target { { ! { vect_partial_vectors || vect32 } } || s390_vx } } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 4 "vect" { target { vect_partial_vectors || vect32 } && { ! s390_vx } } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 4 "vect" { target { { vect_partial_vectors || vect32 } && { ! s390_vx } } } } } */

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

only message in thread, other threads:[~2023-03-07 15:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 15:43 [gcc r13-6528] testsuite: Fix another syntax problem in slp-3.c 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).