public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-1279] testsuite: Add -Wno-psabi -w to pr100887.c test [PR100943]
@ 2021-06-08  8:07 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2021-06-08  8:07 UTC (permalink / raw)
  To: gcc-cvs

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;


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  8:07 [gcc r12-1279] testsuite: Add -Wno-psabi -w to pr100887.c test [PR100943] Jakub Jelinek

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