aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/fold-nonneg-1.c
blob: 03dae358b54e3cc91cfffe38b629c5e63609c618 (plain)
1
2
3
4
5
6
7
8
9
10
/* 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" } */
}