public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Michael Meissner <meissner@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/meissner/heads/work041)] Fix test typos.
Date: Sun, 14 Mar 2021 00:47:28 +0000 (GMT)	[thread overview]
Message-ID: <20210314004728.E87EC3850415@sourceware.org> (raw)

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

commit cd95a9f978deed768ff26fe587ee294027b46b17
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Sat Mar 13 19:47:10 2021 -0500

    Fix test typos.
    
    gcc/testsuite/
    2021-03-12  Michael Meissner  <meissner@linux.ibm.com>
    
            * gcc.target/powerpc/float128-minmax.c: Use -mdejagnu-cpu=power9
            instead of -mpower9-vector.
            * gcc.target/powerpc/p10-v4si-const.c: Fix typos.
            * gcc.target/powerpc/p10-v4sf-const.c: Fix typos.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/float128-minmax.c | 2 +-
 gcc/testsuite/gcc.target/powerpc/p10-v4sf-const.c  | 6 +++---
 gcc/testsuite/gcc.target/powerpc/p10-v4si-const.c  | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/float128-minmax.c b/gcc/testsuite/gcc.target/powerpc/float128-minmax.c
index fe397518f2f..f5e6c4c0f1b 100644
--- a/gcc/testsuite/gcc.target/powerpc/float128-minmax.c
+++ b/gcc/testsuite/gcc.target/powerpc/float128-minmax.c
@@ -1,7 +1,7 @@
 /* { dg-do compile { target lp64 } } */
 /* { dg-require-effective-target powerpc_p9vector_ok } */
 /* { dg-require-effective-target float128 } */
-/* { dg-options "-mpower9-vector -O2 -ffast-math" } */
+/* { dg-options "-mdejagnu-cpu=power9 -O2 -ffast-math" } */
 
 #ifndef TYPE
 #define TYPE _Float128
diff --git a/gcc/testsuite/gcc.target/powerpc/p10-v4sf-const.c b/gcc/testsuite/gcc.target/powerpc/p10-v4sf-const.c
index f971f5f407f..abb082c7d53 100644
--- a/gcc/testsuite/gcc.target/powerpc/p10-v4sf-const.c
+++ b/gcc/testsuite/gcc.target/powerpc/p10-v4sf-const.c
@@ -32,6 +32,6 @@ splat_one (void)
   return vec_splats (e);				/* XXSPLTIW  */
 }
 
-/* { dg-final { scan-assembler-times {\mxxlxor|vspltiw|xxsplitib\M}  2 } } */
-/* { dg-final { scan-assembler-times {\mxxspltiw\M}                  2 } } */
-/* { dg-final { scan-assembler-not   {\mp?lxvx?\M}                     } } */
+/* { dg-final { scan-assembler-times {\mxxlxor|vspltiw|xxspltib\M}  2 } } */
+/* { dg-final { scan-assembler-times {\mxxspltiw\M}                 2 } } */
+/* { dg-final { scan-assembler-not   {\mp?lxvx?\M}                    } } */
diff --git a/gcc/testsuite/gcc.target/powerpc/p10-v4si-const.c b/gcc/testsuite/gcc.target/powerpc/p10-v4si-const.c
index 4ac28e57af7..170008d9938 100644
--- a/gcc/testsuite/gcc.target/powerpc/p10-v4si-const.c
+++ b/gcc/testsuite/gcc.target/powerpc/p10-v4si-const.c
@@ -45,8 +45,8 @@ splat_500 (void)
   return vec_splats (e);				/* XXSPLTIW  */
 }
 
-/* { dg-final { scan-assembler-times {\mvsplitsw\M}  2 } } */
-/* { dg-final { scan-assembler-times {\mxxspltidp\M} 4 } } */
+/* { dg-final { scan-assembler-times {\mvspltisw\M}  2 } } */
+/* { dg-final { scan-assembler-times {\mxxspltiw\M}  4 } } */
 /* { dg-final { scan-assembler-not   {\mxxspltib\M}    } } */
 /* { dg-final { scan-assembler-not   {\mvextsb2w\M}    } } */
 /* { dg-final { scan-assembler-not   {\mp?lxvx?\M}     } } */


                 reply	other threads:[~2021-03-14  0:47 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=20210314004728.E87EC3850415@sourceware.org \
    --to=meissner@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).