public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8058] testsuite: Fix up 20050113-1.c test for i686-linux [PR105187]
@ 2022-04-08  7:53 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2022-04-08  7:53 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:04ecadbeae51ac56f1a104b4858b6463b24dfaa2

commit r12-8058-g04ecadbeae51ac56f1a104b4858b6463b24dfaa2
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Fri Apr 8 09:51:02 2022 +0200

    testsuite: Fix up 20050113-1.c test for i686-linux [PR105187]
    
    The test FAILs on i686-linux if neither MMX isn't enabled, can be also
    reproduced with
    make check-gcc check-g++ RUNTESTFLAGS='--target_board=unix/-m32/-mno-mmx/-mno-sse dg-torture.exp=20050113-1.c'
    on x86_64-linux.  Previously the test was in gcc.c-torture/compile/
    where -w is added by default.
    
    2022-04-08  Jakub Jelinek  <jakub@redhat.com>
    
            PR c++/105187
            * c-c++-common/torture/20050113-1.c: Add dg-additional-options
            -Wno-psabi.

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

diff --git a/gcc/testsuite/c-c++-common/torture/20050113-1.c b/gcc/testsuite/c-c++-common/torture/20050113-1.c
index 6e36ed6fd7c..8ec4935352c 100644
--- a/gcc/testsuite/c-c++-common/torture/20050113-1.c
+++ b/gcc/testsuite/c-c++-common/torture/20050113-1.c
@@ -1,4 +1,5 @@
 /* PR c/17297 */
+/* { dg-additional-options "-Wno-psabi" } */
 
 typedef float V2SF __attribute__ ((vector_size (8)));


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

only message in thread, other threads:[~2022-04-08  7:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08  7:53 [gcc r12-8058] testsuite: Fix up 20050113-1.c test for i686-linux [PR105187] 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).