* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pass.c
blob4e028393feb6b0c28e11d674362c58c519052d79
1 /* { dg-require-effective-target untyped_assembly } */
2 int
3 foo (a, b, c)
5 return a + b + c;
8 int
9 bar ()
11 int q, w, e, r, t, y;
13 return foo ((int) & q, q, w, e, q, (int) &w);