921e5a0eb4
From-SVN: r14840
8 lines
98 B
C
8 lines
98 B
C
extern double log (double) __attribute__ ((const));
|
|
|
|
f (double x)
|
|
{
|
|
for (;;)
|
|
exp(log(x));
|
|
}
|