PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr18589-8.c
blob7341bc895f48cb9bae961ff4335cd20696556d6d
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -ffast-math -fdump-tree-optimized" } */
4 long double baz (long double x, long double y)
6 return x * x * x * x * y * y * y * y;
9 /* { dg-final { scan-tree-dump-times " \\* " 3 "optimized" } } */