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-5786] testsuite: powerpc/vec_reve_1.c requires VSX.
Date: Sat,  4 Dec 2021 01:07:51 +0000 (GMT)	[thread overview]
Message-ID: <20211204010751.1BD063858D28@sourceware.org> (raw)

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

commit r12-5786-ge096e2cfe9f587ac189fd7db7390585333900d2e
Author: David Edelsohn <dje.gcc@gmail.com>
Date:   Fri Dec 3 14:47:48 2021 -0500

    testsuite: powerpc/vec_reve_1.c requires VSX.
    
    vector long long int and vector double require VSX not just Altivec.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/powerpc/vec_reve_1.c: Require VSX.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/vec_reve_1.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/vec_reve_1.c b/gcc/testsuite/gcc.target/powerpc/vec_reve_1.c
index 120c318ddfa..95751d53632 100644
--- a/gcc/testsuite/gcc.target/powerpc/vec_reve_1.c
+++ b/gcc/testsuite/gcc.target/powerpc/vec_reve_1.c
@@ -1,6 +1,6 @@
 /* { dg-do compile } */
-/* { dg-require-effective-target powerpc_altivec_ok } */
-/* { dg-options "-O2 -maltivec" } */
+/* { dg-require-effective-target powerpc_vsx_ok } */
+/* { dg-options "-O2 -mvsx" } */
 
 #include <altivec.h>


                 reply	other threads:[~2021-12-04  1:07 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=20211204010751.1BD063858D28@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).