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
This commit is contained in:
Segher Boessenkool 2017-03-16 19:18:58 +01:00 committed by Segher Boessenkool
parent e363c939cb
commit 9fc900af68
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
PR fortran/80010

View File

@ -1,4 +1,5 @@
/* { dg-require-ifunc "" } */
/* { dg-skip-if "" { ! { i?86-*-* x86_64-*-* } } } */
/* { dg-options "-O2" } */
static double bar (double *__restrict, double *__restrict, int)