1 /* Copyright (C) 2003 Free Software Foundation.
3 Check that the RTL expansion of floating point exponentiation by
4 a constant integer doesn't break anything and produces the expected
7 Written by Roger Sayle, 20th June 2003. */
10 /* { dg-options "-O2 -ffast-math" } */
12 extern double pow(double,double);
13 extern void abort(void);
27 if (foo (2.0) != 64.0)
30 if (bar (2.0) != 0.0625)