1 /* { dg-do compile } */
2 /* { dg-options "-O0 -fomit-frame-pointer -fno-inline --save-temps" } */
25 * This function calls XXX(), which modifies SP. This is incompatible to
26 * -fomit-frame-pointer generated code as SP is used to access the frame.
28 __attribute__ ((optimize("no-omit-frame-pointer")))
43 /* { dg-final { scan-assembler-times "stp\tx29, x30, \\\[sp, -\[0-9\]+\\\]!" 1 } } */