1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2 -funit-at-a-time -fomit-frame-pointer" } */
3 /* { dg-skip-if "PR 25214" { ilp32 } { "-fpic" "-fPIC" } { "" } } */
4 /* { dg-final { scan-assembler-not "sub\[^\\n\]*sp" } } */
6 static __attribute__ ((noinline
)) q ();
9 /* This function should not require any stack manipulation
10 for preferred stack bounday. */
22 static __attribute__ ((noinline
)) q ()