public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Will Schmidt <willschm@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r11-6989] [PATCH, rs6000] Fix typo in gcc.target/pr91903.c dg-require stanza
Date: Fri, 29 Jan 2021 22:32:36 +0000 (GMT)	[thread overview]
Message-ID: <20210129223236.255E5385800C@sourceware.org> (raw)

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>


                 reply	other threads:[~2021-01-29 22:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210129223236.255E5385800C@sourceware.org \
    --to=willschm@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).