public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1443] rs6000: Fix test case failures by PR100085 [PR101020]
@ 2021-06-15  1:07 Xiong Hu Luo
  0 siblings, 0 replies; only message in thread
From: Xiong Hu Luo @ 2021-06-15  1:07 UTC (permalink / raw)
  To: gcc-cvs

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} } } */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-15  1:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  1:07 [gcc r12-1443] rs6000: Fix test case failures by PR100085 [PR101020] Xiong Hu Luo

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).