Require ifunc support in gcc.target/i386/pr78419.c

* gcc.target/i386/pr78419.c: Require ifunc support.

From-SVN: r245241
This commit is contained in:
Rainer Orth 2017-02-07 09:13:12 +00:00 committed by Rainer Orth
parent d9b4ce00e4
commit fa5d44d013
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2017-02-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.target/i386/pr78419.c: Require ifunc support.
2017-02-07 David Edelsohn <dje.gcc@gmail.com>
* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.

View File

@ -1,5 +1,6 @@
/* PR middle-end/78419 */
/* { dg-do compile } */
/* { dg-require-ifunc "" } */
static double bar (double *__restrict, double *__restrict, int)
__attribute__ ((target_clones("avx,foo,avx2,avx512f,default")));