2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / builtins-22.c
blob916890b409431c8f4159d1287200d641efe25762
1 /* Related to PR optimization/10764 */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -ffast-math" } */
6 double exp(double x);
8 double foo(double x)
10 return exp(exp(x));