Limit a MV test just for x86 target.
authorMartin Liska <mliska@suse.cz>
Mon, 8 Oct 2018 09:53:44 +0000 (11:53 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 8 Oct 2018 09:53:44 +0000 (09:53 +0000)
2018-10-08  Martin Liska  <mliska@suse.cz>

* g++.dg/ext/pr82625.C: Add dg-compile filter.

From-SVN: r264916

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/ext/pr82625.C

index 5a9141d1623f7215fb0d53f8756ef1f1805a1397..021235ee336a6459214c80a77c4dac7fbf1fe508 100644 (file)
@@ -1,3 +1,7 @@
+2018-10-08  Martin Liska  <mliska@suse.cz>
+
+       * g++.dg/ext/pr82625.C: Add dg-compile filter.
+
 2018-10-08  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/71128
index 47bd2df1104237a03311ce13ef4843947c594430..59b174f8c51bcbca401abf79515dedbc28a6174f 100644 (file)
@@ -1,6 +1,7 @@
 /* { dg-do compile } */
 /* { dg-require-ifunc "" } */
 /* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
 
 __attribute__ ((target ("default")))
 static unsigned foo(const char *buf, unsigned size) {