public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: David Edelsohn <dje@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-6753] testsuite: sldoi requires VSX.
Date: Thu, 20 Jan 2022 00:21:35 +0000 (GMT)	[thread overview]
Message-ID: <20220120002135.49A3F3858D35@sourceware.org> (raw)

https://gcc.gnu.org/g:64655e7bdbea6b922f1f759eb9f1730b5e57029f

commit r12-6753-g64655e7bdbea6b922f1f759eb9f1730b5e57029f
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Wed Jan 19 12:40:23 2022 -0500

    testsuite: sldoi requires VSX.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/powerpc/sldoi_to_mov.c: Require VSX.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/sldoi_to_mov.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/sldoi_to_mov.c b/gcc/testsuite/gcc.target/powerpc/sldoi_to_mov.c
index 2053243c456..131000765fd 100644
--- a/gcc/testsuite/gcc.target/powerpc/sldoi_to_mov.c
+++ b/gcc/testsuite/gcc.target/powerpc/sldoi_to_mov.c
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
-/* { dg-options "-O2" } */
+/* { dg-require-effective-target powerpc_vsx_ok } */
+/* { dg-options "-O2 -mvsx" } */
 
 #include <altivec.h>
 vector signed int foo1 (vector signed int a) {


                 reply	other threads:[~2022-01-20  0:21 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=20220120002135.49A3F3858D35@sourceware.org \
    --to=dje@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).