public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-9079] testsuite: Fix up analyzer/torture/vector-extract-1.c test for i686 [PR113983]
@ 2024-02-20  9:33 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2024-02-20  9:33 UTC (permalink / raw)
  To: gcc-cvs

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

commit r14-9079-gecfcc362b7f3f796c72f3525c4e3a6dd8ab3beac
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Tue Feb 20 10:31:46 2024 +0100

    testsuite: Fix up analyzer/torture/vector-extract-1.c test for i686 [PR113983]
    
    The testcase fails on i686-linux with
    .../gcc/testsuite/gcc.dg/analyzer/torture/vector-extract-1.c:11:1: warning: MMX vector return without MMX enabled changes the ABI [-Wpsabi]
    Added -Wno-psabi to silence the warning.
    
    2024-02-20  Jakub Jelinek  <jakub@redhat.com>
    
            PR analyzer/113983
            * gcc.dg/analyzer/torture/vector-extract-1.c: Add -Wno-psabi as
            dg-additional-options.

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

diff --git a/gcc/testsuite/gcc.dg/analyzer/torture/vector-extract-1.c b/gcc/testsuite/gcc.dg/analyzer/torture/vector-extract-1.c
index 5b878e6e4e21..5d01c2d0141a 100644
--- a/gcc/testsuite/gcc.dg/analyzer/torture/vector-extract-1.c
+++ b/gcc/testsuite/gcc.dg/analyzer/torture/vector-extract-1.c
@@ -1,4 +1,5 @@
 /* PR analyzer/113983  */
+/* { dg-additional-options "-Wno-psabi" } */
 
 /* maybe_undo_optimize_bit_field_compare used to ICE on this
    because it was not checking for only integer types. */

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

only message in thread, other threads:[~2024-02-20  9:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-20  9:33 [gcc r14-9079] testsuite: Fix up analyzer/torture/vector-extract-1.c test for i686 [PR113983] 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).