PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 20060512-4.c
blobbf769379977fb1d88fc628a15b9b1418df14a2b5
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ia32 } */
3 /* { dg-options "-mstackrealign -mpreferred-stack-boundary=4" } */
4 int
5 outer_function (int x, int y)
7 int __attribute__ ((__noinline__))
8 nested_function (int x, int y)
10 return (x + y);
12 return (3 + nested_function (x, y));