1 // PR middle-end/37414
2 // { dg-do compile }
3 // { dg-options "-O2 -ffast-math" }
4 
5 double x = 6.0;
6 double y = x * x;
7