aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/opt/init2.C
blob: 3c3bc939d7621ce39b0a15e709d64ed18a0d6d75 (plain)
1
2
3
4
5
6
// PR middle-end/37414
// { dg-do compile }
// { dg-options "-O2 -ffast-math" }

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