rt_gccstream/gcc/testsuite/gcc.dg/fold-nonneg-1.c

11 lines
183 B
C

/* PR middle-end/27488 */
/* { dg-do compile } */
extern double fabs(double x);
extern double sinh(double x);
void foo()
{
fabs(sinh(0..)); /* { dg-error "decimal points" } */
}