* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr18712.c
blob7d53aaae877f878d806707fe527538a4556302f3
1 void *eintr_source (void *arg)
3 int ts = 0;
5 if (arg)
6 foo ();
8 while (1)
10 if (arg)
11 foo ();
13 foo1 (&ts);
16 return 0;