1  /* Verify:
       2       * -fomit-frame-pointer.
       3       * with outgoing.
       4       * total frame size <= 512.
       5       * one subtraction of the whole frame size.  */
       6  
       7  /* { dg-do run } */
       8  /* { dg-options "-O2 -fomit-frame-pointer" } */
       9  
      10  #include "test_frame_common.h"
      11  
      12  t_frame_pattern_outgoing (test5, 300, "x19", 8, a[8])
      13  t_frame_run (test5)