public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r12-1279] testsuite: Add -Wno-psabi -w to pr100887.c test [PR100943]
Date: Tue,  8 Jun 2021 08:07:49 +0000 (GMT)	[thread overview]
Message-ID: <20210608080749.8EA3438654A3@sourceware.org> (raw)

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

commit r12-1279-gec2174c6957e97bd69c001a782cd52b98e6ba2fb
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Jun 8 10:06:13 2021 +0200

    testsuite: Add -Wno-psabi -w to pr100887.c test [PR100943]
    
    On x86 the test is using -mavx512f and so never reports the various
    -Wpsabi notes/warnings, but on other targets it can.
    
    2021-06-08  Jakub Jelinek  <jakub@redhat.com>
    
            PR target/100887
            PR testsuite/100943
            * gcc.dg/pr100887.c: Add -Wno-psabi -w to dg-options.

Diff:
---
 gcc/testsuite/gcc.dg/pr100887.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.dg/pr100887.c b/gcc/testsuite/gcc.dg/pr100887.c
index de6b3effe13..027025f32f6 100644
--- a/gcc/testsuite/gcc.dg/pr100887.c
+++ b/gcc/testsuite/gcc.dg/pr100887.c
@@ -1,6 +1,6 @@
 /* PR target/100887 */
 /* { dg-do compile } */
-/* { dg-options "" } */
+/* { dg-options "-Wno-psabi -w" } */
 /* { dg-additional-options "-mavx512f" { target { i?86-*-* x86_64-*-* } } } */
 
 typedef unsigned long long __attribute__((__vector_size__ (2 * sizeof (long long)))) U;


                 reply	other threads:[~2021-06-08  8:07 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=20210608080749.8EA3438654A3@sourceware.org \
    --to=jakub@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).