Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.target / i386 / 20060512-2.c
blobfe1af563578e2e75733eaae17f4ed6ca695b25fa
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-std=gnu99 -mpreferred-stack-boundary=4" } */
4 int
5 outer_function (int x, int y)
7 int __attribute__ ((__noinline__, __force_align_arg_pointer__))
8 nested_function (int x, int y)
10 return (x + y);
12 return (3 + nested_function (x, y));