public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] testsuite/ix86: prune MMX ABI warning
@ 2022-06-28  6:48 Jan Beulich
  2022-06-28  7:03 ` Uros Bizjak
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2022-06-28  6:48 UTC (permalink / raw)
  To: gcc-patches; +Cc: Uros Bizjak, Jan Hubicka, Kirill Yukhin, Hongtao Liu

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.

--- 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,5 @@ main (void)
       __builtin_abort ();
   return 0;
 }
+
+// { dg-prune-output "MMX vector (argument|return) without MMX enabled changes the ABI" }

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-28  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-28  6:48 [PATCH] testsuite/ix86: prune MMX ABI warning Jan Beulich
2022-06-28  7:03 ` Uros Bizjak

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