public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Biener <rguenth@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-7561] testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c
Date: Wed,  9 Mar 2022 13:39:10 +0000 (GMT)	[thread overview]
Message-ID: <20220309133910.02D693857C64@sourceware.org> (raw)

https://gcc.gnu.org/g:4470e813b0b46d2e579b9e3d69a41a7192709c50

commit r12-7561-g4470e813b0b46d2e579b9e3d69a41a7192709c50
Author: Richard Biener <rguenther@suse.de>
Date:   Wed Mar 9 14:37:35 2022 +0100

    testsuite/104759 - adjust gcc.dg/vect/vect-multitypes-12.c
    
    This adjusts gcc.dg/vect/vect-multitypes-12.c to just look for the
    interesting loop vectorization.
    
    2022-03-09  Richard Biener  <rguenther@suse.de>
    
            PR testsuite/104759
            * gcc.dg/vect/vect-multitypes-12.c: Adjust.

Diff:
---
 gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c b/gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c
index b09caeb51b6..4782d3f7d10 100644
--- a/gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c
+++ b/gcc/testsuite/gcc.dg/vect/vect-multitypes-12.c
@@ -26,6 +26,7 @@ int main (void)
 
   for (i=0; i<N; i++) {
     x[i] = i;
+    __asm__ volatile ("" : : : "memory");
   }
 
   foo (N,z+2);
@@ -38,7 +39,4 @@ int main (void)
   return 0;
 }
 
-/* bleah */
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 2 "vect" { target vect_unpack } } } */
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { ! vect_unpack } } } } */
-
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target vect_unpack } } } */


                 reply	other threads:[~2022-03-09 13:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220309133910.02D693857C64@sourceware.org \
    --to=rguenth@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).