public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work060)] Fix regular expression error in PR 100166 patch
@ 2021-07-14 18:06 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2021-07-14 18:06 UTC (permalink / raw)
  To: gcc-cvs

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

commit db7266f0f12759e1444c200c1c961144d00cde0f
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Wed Jul 14 14:06:28 2021 -0400

    Fix regular expression error in PR 100166 patch
    
    In my patch for PR testsuite/100166 (which fixes various tests so that the
    plxv and pstxv instructions can be counted as legitimate instructions), I
    had a typo in the pr86731-fwrapv-longlong.c test (using plvx instead of
    plxv).  This patch fixes this error.
    
    2021-07-14  Michael Meissner  <meissner@linux.ibm.com>
    
    gcc/testsuite/
            PR testsuite/100166
            * 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 bd1502bb30a..97bc60f7cd6 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr86731-fwrapv-longlong.c
@@ -30,5 +30,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} 2 } } */
+/* { dg-final { scan-assembler-times {\mp?lxv?\M|\mlxvd2x\M} 2 } } */


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 18:06 [gcc(refs/users/meissner/heads/work060)] Fix regular expression error in PR 100166 patch Michael Meissner

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