* gcc.target/i386/xop-rotate1-vector.c (dg-options): Add -mno-avx2.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / 20060512-2.c
blobd3a779cb4e2d76fa960a7bb3323fd2e3fedbad3d
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ia32 } */
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));