]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/tree-ssa/pr18589-4.c
Fix profile update in tree_transform_and_unroll_loop
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr18589-4.c
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -ffast-math -fdump-tree-optimized" } */
3
4 double baz (double x, double y, double z, double u)
5 {
6 return x * x * y * y * y * z * z * z * z * u;
7 }
8
9 /* { dg-final { scan-tree-dump-times " \\* " 6 "optimized" } } */