// PR middle-end/37414
// { dg-do compile }
// { dg-options "-O2 -ffast-math" }

double x = 6.0;
double y = x * x;
