Commit 1a097fd8 by Martin Liska Committed by Martin Liska

Limit a MV test just for x86 target.

2018-10-08  Martin Liska  <mliska@suse.cz>

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

From-SVN: r264916
parent c16ac98e
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> 2018-10-08 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/71128 PR c++/71128
......
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-require-ifunc "" } */ /* { dg-require-ifunc "" } */
/* { dg-options "-O2 -fdump-tree-optimized" } */ /* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
__attribute__ ((target ("default"))) __attribute__ ((target ("default")))
static unsigned foo(const char *buf, unsigned size) { static unsigned foo(const char *buf, unsigned size) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment