public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1339] testsuite/ix86: prune MMX ABI warning
@ 2022-06-29  8:27 Jan Beulich
  0 siblings, 0 replies; only message in thread
From: Jan Beulich @ 2022-06-29  8:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:904ff2b3aa10fb47c55ffc48ce622fe7feb5cc51

commit r13-1339-g904ff2b3aa10fb47c55ffc48ce622fe7feb5cc51
Author: Jan Beulich <jbeulich@suse.com>
Date:   Wed Jun 29 10:26:26 2022 +0200

    testsuite/ix86: prune MMX ABI warning
    
    So far on 32-bit hosts this test failed (for both C and C++) because of
    the ABI change warning occurring without (explictly) enabling MMX.
    
    gcc/testsuite/
    
            * c-c++-common/torture/builtin-shufflevector-2.c: Prune ix86 MMX
            ABI warning.

Diff:
---
 gcc/testsuite/c-c++-common/torture/builtin-shufflevector-2.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gcc/testsuite/c-c++-common/torture/builtin-shufflevector-2.c b/gcc/testsuite/c-c++-common/torture/builtin-shufflevector-2.c
index 7c4999ed4e9..b1ffc95e39a 100644
--- a/gcc/testsuite/c-c++-common/torture/builtin-shufflevector-2.c
+++ b/gcc/testsuite/c-c++-common/torture/builtin-shufflevector-2.c
@@ -24,3 +24,6 @@ main (void)
       __builtin_abort ();
   return 0;
 }
+
+// On i?86-*-* an ABI warning would actually surface.
+// { dg-prune-output "MMX vector (argument|return) without MMX enabled changes the ABI" }


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

only message in thread, other threads:[~2022-06-29  8:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29  8:27 [gcc r13-1339] testsuite/ix86: prune MMX ABI warning Jan Beulich

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