(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr81313-4.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -mno-accumulate-outgoing-args -mincoming-stack-boundary=4 -mpreferred-stack-boundary=6" } */
       3  
       4  extern void foo (int, int, int, int, int, int, int);
       5  
       6  void
       7  bar (void)
       8  {
       9    foo (1, 2, 3, 4, 5, 6, 7);
      10  }
      11  
      12  /* { dg-final { scan-assembler "lea\[lq\]?\[\\t \]*\[0-9\]*\\(%\[er\]sp\\)" } } */