]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite/ix86: prune MMX ABI warning
authorJan Beulich <jbeulich@suse.com>
Wed, 29 Jun 2022 08:26:26 +0000 (10:26 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 29 Jun 2022 08:26:26 +0000 (10:26 +0200)
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.

gcc/testsuite/c-c++-common/torture/builtin-shufflevector-2.c

index 7c4999ed4e95f12421cf4331dd40897d6de40024..b1ffc95e39ae539a747cb3330e1f4a252b9785cc 100644 (file)
@@ -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" }