public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-5198] testsuite: Filter out TSVC test on Power [PR103051]
Date: Fri, 12 Nov 2021 14:24:19 +0000 (GMT)	[thread overview]
Message-ID: <20211112142419.60FAC3858420@sourceware.org> (raw)

https://gcc.gnu.org/g:6849c71c065e599282c98f3678f22ac52d97a755

commit r12-5198-g6849c71c065e599282c98f3678f22ac52d97a755
Author: Martin Liska <mliska@suse.cz>
Date:   Thu Nov 11 17:31:56 2021 +0100

    testsuite: Filter out TSVC test on Power [PR103051]
    
            PR testsuite/103051
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/vect/tsvc/vect-tsvc-s112.c: Skip test for old Power
            CPUs.

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

diff --git a/gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s112.c b/gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s112.c
index 3c6ae49f212..c8afaf73f3b 100644
--- a/gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s112.c
+++ b/gcc/testsuite/gcc.dg/vect/tsvc/vect-tsvc-s112.c
@@ -36,4 +36,4 @@ int main (int argc, char **argv)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" } } */
\ No newline at end of file
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { { ! powerpc*-*-* } || has_arch_pwr8 } } } } */


                 reply	other threads:[~2021-11-12 14:24 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=20211112142419.60FAC3858420@sourceware.org \
    --to=marxin@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).