blob: 0f578b182ca998c24d4a7a7585dae0f938625e15 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O --param=tree-reassoc-width=256" } */
unsigned a, b;
void
foo (unsigned c)
{
a += b + c + 1;
}