Declare isnanf in gcc.dg/ipa/inline-8.c

* gcc.dg/ipa/inline-8.c	(isnanf): Declare.

From-SVN: r235925
This commit is contained in:
Rainer Orth 2016-05-05 14:29:47 +00:00 committed by Rainer Orth
parent 17ee9a4e8c
commit 5dc081978c
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2016-05-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/ipa/inline-8.c (isnanf): Declare.
2016-05-05 Jakub Jelinek <jakub@redhat.com>
* gcc.target/i386/avx512f-vfmadd-1.c: New test.

View File

@ -5,6 +5,7 @@
/* { dg-options "-O2" } */
/* { dg-add-options c99_runtime } */
#include <math.h>
extern int isnanf (float);
/* Can't be inlined because isnanf will be optimized out. */
int
cmp (float a)