Blame SOURCES/gcc12-testsuite-typo.patch

c60824
From 023c5b36e476976cb3b45ff32c7c64990c5a6d45 Mon Sep 17 00:00:00 2001
c60824
From: Kewen Lin <linkw@linux.ibm.com>
c60824
Date: Thu, 1 Sep 2022 00:27:11 -0500
c60824
Subject: [PATCH] rs6000/test: Fix typo in pr86731-fwrapv-longlong.c [PR106682]
c60824
c60824
Commit r12-2266 updated the scanned assembly content from
c60824
c60824
  "{\mlvx\M|\mlxv\M|\mlxvd2x\M}"
c60824
c60824
to
c60824
c60824
  "{\mp?lxv\M|\mlxv\M|\mlxvd2x\M}"
c60824
c60824
for the test case pr86731-fwrapv-longlong.c unexpectedly.
c60824
c60824
It's meant to update "lxv" to "p?lxv", should leave the
c60824
"lvx" unchanged.  So fix the typo accordingly.
c60824
c60824
	PR testsuite/106682
c60824
c60824
gcc/testsuite/ChangeLog:
c60824
c60824
	* gcc.target/powerpc/pr86731-fwrapv-longlong.c: Fix typo.
c60824
---
c60824
 gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c | 2 +-
c60824
 1 file changed, 1 insertion(+), 1 deletion(-)
c60824
c60824
diff --git a/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c b/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
c60824
index dcb30e1d886..018e1cf9749 100644
c60824
--- a/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
c60824
+++ b/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
c60824
@@ -31,5 +31,5 @@ vector signed long long splats4(void)
c60824
 
c60824
 /* { dg-final { scan-assembler-times {\mvspltis[bhw]\M} 0 } } */
c60824
 /* { dg-final { scan-assembler-times {\mvsl[bhwd]\M} 0 } } */
c60824
-/* { dg-final { scan-assembler-times {\mp?lxv\M|\mlxv\M|\mlxvd2x\M|\mxxspltidp\M} 2 } } */
c60824
+/* { dg-final { scan-assembler-times {\mp?lxv\M|\mlvx\M|\mlxvd2x\M|\mxxspltidp\M} 2 } } */
c60824
 
c60824
-- 
c60824
2.31.1
c60824