PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 20060512-2.c
blob8ce4bd7f8be501ebdbf839445df164bd46ae6212
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu99 -mpreferred-stack-boundary=4" } */
3 int
4 outer_function (int x, int y)
6 int __attribute__ ((__noinline__, __force_align_arg_pointer__))
7 nested_function (int x, int y)
9 return (x + y);
11 return (3 + nested_function (x, y));