Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / test_frame_12.c
blob81f00706175e93e4a71658fb48a1a5c409eb5e1d
1 /* Verify:
2 * with outgoing.
3 * total frame size <= 512.
4 * number of callee-save reg >= 2. */
6 /* { dg-do run } */
7 /* { dg-options "-O2 --save-temps" } */
9 #include "test_frame_common.h"
11 t_frame_pattern_outgoing (test12, 400, , 8, a[8])
12 t_frame_run (test12)
14 /* { dg-final { scan-assembler-times "sub\tsp, sp, #\[0-9\]+" 1 } } */
16 /* Check epilogue using write-back. */
17 /* { dg-final { scan-assembler-times "ldp\tx29, x30, \\\[sp\\\], \[0-9\]+" 3 } } */
19 /* { dg-final { cleanup-saved-temps } } */