]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/tree-ssa/pr90356-3.c
Fix profile update in tree_transform_and_unroll_loop
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr90356-3.c
1 /* PR tree-optimization/90356 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -frounding-math -fsignaling-nans -fsigned-zeros -fdump-tree-optimized" } */
4 /* { dg-final { scan-tree-dump-times " \[+-] 0.0;" 32 "optimized" } } */
5
6 #include "pr90356-1.c"