]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/tree-ssa/pr71269.c
Fix profile update in tree_transform_and_unroll_loop
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / tree-ssa / pr71269.c
CommitLineData
5d476e35
KV
1/* PR middle-end/71269 */
2/* { dg-do compile } */
3/* { dg-options "-O1" } */
4
5int a, b, c;
6void fn2 (int);
7void fn1 ()
8{
9 fn2 (sizeof 0 + c + a + b + b);
10}