Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / test_frame_9.c
blob0dffbf8ad1706d224b933a9a849f3136797e97a3
1 /* Verify:
2 * -fomit-frame-pointer.
3 * with outgoing.
4 * total frame size > 512.
5 area except outgoing <= 512
6 * number of callee-saved reg = 1.
7 * Split stack adjustment into two subtractions.
8 the first subtractions couldn't be optimized
9 into "str !" as it's > 256. */
11 /* { dg-do run } */
12 /* { dg-options "-O2 -fomit-frame-pointer" } */
14 #include "test_frame_common.h"
16 t_frame_pattern_outgoing (test9, 480, , 24, a[8], a[9], a[10])
17 t_frame_run (test9)