public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-2332] rs6000/test: Fix typo in pr86731-fwrapv-longlong.c [PR106682]
@ 2022-09-01  5:28 Kewen Lin
  0 siblings, 0 replies; only message in thread
From: Kewen Lin @ 2022-09-01  5:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:023c5b36e476976cb3b45ff32c7c64990c5a6d45

commit r13-2332-g023c5b36e476976cb3b45ff32c7c64990c5a6d45
Author: Kewen Lin <linkw@linux.ibm.com>
Date:   Thu Sep 1 00:27:11 2022 -0500

    rs6000/test: Fix typo in pr86731-fwrapv-longlong.c [PR106682]
    
    Commit r12-2266 updated the scanned assembly content from
    
      "{\mlvx\M|\mlxv\M|\mlxvd2x\M}"
    
    to
    
      "{\mp?lxv\M|\mlxv\M|\mlxvd2x\M}"
    
    for the test case pr86731-fwrapv-longlong.c unexpectedly.
    
    It's meant to update "lxv" to "p?lxv", should leave the
    "lvx" unchanged.  So fix the typo accordingly.
    
            PR testsuite/106682
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/powerpc/pr86731-fwrapv-longlong.c: Fix typo.

Diff:
---
 gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c b/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
index dcb30e1d886..018e1cf9749 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
@@ -31,5 +31,5 @@ vector signed long long splats4(void)
 
 /* { dg-final { scan-assembler-times {\mvspltis[bhw]\M} 0 } } */
 /* { dg-final { scan-assembler-times {\mvsl[bhwd]\M} 0 } } */
-/* { dg-final { scan-assembler-times {\mp?lxv\M|\mlxv\M|\mlxvd2x\M|\mxxspltidp\M} 2 } } */
+/* { dg-final { scan-assembler-times {\mp?lxv\M|\mlvx\M|\mlxvd2x\M|\mxxspltidp\M} 2 } } */

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

only message in thread, other threads:[~2022-09-01  5:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  5:28 [gcc r13-2332] rs6000/test: Fix typo in pr86731-fwrapv-longlong.c [PR106682] Kewen Lin

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