PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / reassoc-26.c
blobae4bdaa9a996df255b6179347e4584df5722d923
1 /* PR tree-optimization/56559 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -ffast-math" } */
5 double a, b, c, d, e;
7 void
8 foo ()
10 a = e * e;
11 b = d * e + c * e * a;