Commit 5dc08197 by Rainer Orth Committed by Rainer Orth

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

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

From-SVN: r235925
parent 17ee9a4e
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> 2016-05-05 Jakub Jelinek <jakub@redhat.com>
* gcc.target/i386/avx512f-vfmadd-1.c: New test. * gcc.target/i386/avx512f-vfmadd-1.c: New test.
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
/* { dg-options "-O2" } */ /* { dg-options "-O2" } */
/* { dg-add-options c99_runtime } */ /* { dg-add-options c99_runtime } */
#include <math.h> #include <math.h>
extern int isnanf (float);
/* Can't be inlined because isnanf will be optimized out. */ /* Can't be inlined because isnanf will be optimized out. */
int int
cmp (float a) cmp (float a)
......
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