(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
aarch64/
test_frame_3.c
       1  /* Verify:
       2       * -fomit-frame-pointer.
       3       * without outgoing.
       4       * total frame size <= 512 but > 256.
       5       * number of callee-save reg == 1.
       6       * we can't use "str !" to optimize stack adjustment.  */
       7  
       8  /* { dg-do run } */
       9  /* { dg-options "-O2 -fomit-frame-pointer" } */
      10  
      11  #include "test_frame_common.h"
      12  
      13  t_frame_pattern (test3, 400, )
      14  t_frame_run (test3)