public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6989] [PATCH, rs6000] Fix typo in gcc.target/pr91903.c dg-require stanza
@ 2021-01-29 22:32 Will Schmidt
  0 siblings, 0 replies; only message in thread
From: Will Schmidt @ 2021-01-29 22:32 UTC (permalink / raw)
  To: gcc-cvs

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

commit r11-6989-gfa00e35c17827327e20cd42d9b90e511360be00b
Author: Will Schmidt <will_schmidt@vnet.ibm.com>
Date:   Fri Jan 29 16:24:47 2021 -0600

    [PATCH, rs6000] Fix typo in gcc.target/pr91903.c dg-require stanza
    
    Fix obvious typo in testcases dg-require stanza.
    
    2021-01-29  Will Schmidt <will_schmidt@vnet.ibm.como>
    
    gcc/testsuite/ChangeLog:
            * gcc.target/powerpc/pr91903.c: Fix dg-require stanza.

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

diff --git a/gcc/testsuite/gcc.target/powerpc/pr91903.c b/gcc/testsuite/gcc.target/powerpc/pr91903.c
index efd217e5b81..3045d07da7d 100644
--- a/gcc/testsuite/gcc.target/powerpc/pr91903.c
+++ b/gcc/testsuite/gcc.target/powerpc/pr91903.c
@@ -1,5 +1,5 @@
 /* { dg-do compile */
-/* { dg-require-effective-target p8vector_ok } */
+/* { dg-require-effective-target powerpc_p8vector_ok } */
 /* { dg-options "-mdejagnu-cpu=power8" } */
 
 #include <stdlib.h>


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

only message in thread, other threads:[~2021-01-29 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-29 22:32 [gcc r11-6989] [PATCH, rs6000] Fix typo in gcc.target/pr91903.c dg-require stanza Will Schmidt

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