[AArch64] Fix SVE testsuite failures for ILP32 (PR 83846)
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / test_frame_13.c
blob33139363785d6befcb5eb009bc4324df785d32c4
1 /* Verify:
2 * without outgoing.
3 * total frame size > 512.
4 * number of callee-save reg >= 2.
5 * Use a single stack adjustment, no writeback. */
7 /* { dg-do run } */
8 /* { dg-options "-fno-omit-frame-pointer -O2 --save-temps" } */
10 #include "test_frame_common.h"
12 t_frame_pattern (test13, 700, )
13 t_frame_run (test13)
15 /* { dg-final { scan-assembler-times "sub\tsp, sp, #\[0-9\]+" 1 } } */
16 /* { dg-final { scan-assembler-times "stp\tx29, x30, \\\[sp\\\]" 1 } } */