2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr27136.c
blob32b7bf123ef7d3dbfbe82ea5929735c4ba9abc01
1 /* { dg-do compile } */
2 /* { dg-options "-ffast-math" } */
4 void foo()
6 double x;
8 for (x = 2; x < 10; x *= x)