aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/940718-1.c
blob: 505280fa91ef8c59dcb58011948b6527568ae38c (plain)
1
2
3
4
5
6
7
extern double log (double) __attribute__ ((const));

f (double x)
{
  for (;;)
    exp(log(x));
}