1 /* Copyright (C) 2007 Free Software Foundation.
3 Check that isinf, isinff and isinfl built-in functions compile.
5 Written by Uros Bizjak, 31st January 2007. */
7 /* { dg-do compile } */
8 /* { dg-options "-O2" } */
10 extern int isinf(double);
11 extern int isinff(float);
12 extern int isinfl(long double);
24 int test1l(long double x
)