gcc/
[official-gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr18589-8.c
blob5335fa229e8f4d0c9348090a5a2ee1b341cdf404
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" } } */
10 /* { dg-final { cleanup-tree-dump "optimized" } } */