Commit 9fc900af by Segher Boessenkool Committed by Segher Boessenkool

Fix tree-prof/pr66295.c

This testcase can only ever be built on x86 (it needs the "avx*"
attributes).  This patch skips the test elsewhere.


gcc/testsuite/
	* gcc.dg/tree-prof/pr66295.c: Skip unless on an x86 target.

From-SVN: r246206
parent e363c939
2017-03-16 Segher Boessenkool <segher@kernel.crashing.org>
* gcc.dg/tree-prof/pr66295.c: Skip unless on an x86 target.
2017-03-16 Jakub Jelinek <jakub@redhat.com> 2017-03-16 Jakub Jelinek <jakub@redhat.com>
PR fortran/80010 PR fortran/80010
......
/* { dg-require-ifunc "" } */ /* { dg-require-ifunc "" } */
/* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } } */
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
static double bar (double *__restrict, double *__restrict, int) static double bar (double *__restrict, double *__restrict, int)
......
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