public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9669] testsuite: Add -Wno-psabi to pr113126.c test
@ 2024-03-26 10:27 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2024-03-26 10:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4549b0f67d52b4f042ab89a036249545c3938b45

commit r14-9669-g4549b0f67d52b4f042ab89a036249545c3938b45
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Mar 26 11:25:15 2024 +0100

    testsuite: Add -Wno-psabi to pr113126.c test
    
    I've missed
    FAIL: gcc.dg/torture/pr113126.c   -O0  (test for excess errors)
    etc. regressions on i686-linux since January.  The problem is obvious
    Excess errors:
    .../gcc/testsuite/gcc.dg/torture/pr113126.c:11:1: warning: MMX vector return without MMX enabled changes the ABI [-Wpsabi]
    and I've added -Wno-psabi to dg-additional-options to fix that up.
    
    2024-03-26  Jakub Jelinek  <jakub@redhat.com>
    
            * gcc.dg/torture/pr113126.c: Add -Wno-psabi as dg-additional-options.

Diff:
---
 gcc/testsuite/gcc.dg/torture/pr113126.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/testsuite/gcc.dg/torture/pr113126.c b/gcc/testsuite/gcc.dg/torture/pr113126.c
index 4aa38e0a255..ffe29799d13 100644
--- a/gcc/testsuite/gcc.dg/torture/pr113126.c
+++ b/gcc/testsuite/gcc.dg/torture/pr113126.c
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-additional-options "-Wno-psabi" } */
 
 typedef float __attribute__((__vector_size__ (8))) F;
 typedef double __attribute__((__vector_size__ (16))) G;

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

only message in thread, other threads:[~2024-03-26 10:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-26 10:27 [gcc r14-9669] testsuite: Add -Wno-psabi to pr113126.c test 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).