public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Xiong Hu Luo <luoxhu@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1443] rs6000: Fix test case failures by PR100085 [PR101020]
Date: Tue, 15 Jun 2021 01:07:00 +0000 (GMT)	[thread overview]
Message-ID: <20210615010700.43BE63890436@sourceware.org> (raw)

https://gcc.gnu.org/g:327a6b55e171669f2e72588570c931cd000822d0

commit r12-1443-g327a6b55e171669f2e72588570c931cd000822d0
Author: Xionghu Luo <luoxhu@linux.ibm.com>
Date:   Mon Jun 14 20:00:11 2021 -0500

    rs6000: Fix test case failures by PR100085 [PR101020]
    
    Tested pass, committing as obvious.
    
    gcc/testsuite/ChangeLog:
    
    2021-06-14  Xionghu Luo  <luoxhu@linux.ibm.com>
    
            PR target/101020
            * gcc.target/powerpc/float128-call.c: Adjust counts for be and le.

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

diff --git a/gcc/testsuite/gcc.target/powerpc/float128-call.c b/gcc/testsuite/gcc.target/powerpc/float128-call.c
index a1f09df8a57..b64ffc68bfa 100644
--- a/gcc/testsuite/gcc.target/powerpc/float128-call.c
+++ b/gcc/testsuite/gcc.target/powerpc/float128-call.c
@@ -21,5 +21,7 @@
 TYPE one (void) { return ONE; }
 void store (TYPE a, TYPE *p) { *p = a; }
 
-/* { dg-final { scan-assembler "lvx 2"  } } */
-/* { dg-final { scan-assembler "stvx 2" } } */
+/* { dg-final { scan-assembler {\mlxvd2x 34\M} {target be} } } */
+/* { dg-final { scan-assembler {\mstxvd2x 34\M} {target be} } } */
+/* { dg-final { scan-assembler {\mlvx 2\M} {target le} } }  */
+/* { dg-final { scan-assembler {\mstvx 2\M} {target le} } } */


                 reply	other threads:[~2021-06-15  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=20210615010700.43BE63890436@sourceware.org \
    --to=luoxhu@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).