(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr59501-2a.c
       1  /* PR target/59501 */
       2  /* { dg-do compile { target { ! ia32 } } } */
       3  /* { dg-options "-O2 -mavx -maccumulate-outgoing-args" } */
       4  
       5  #include "pr59501-1a.c"
       6  
       7  /* Verify no dynamic realignment is performed.  */
       8  /* { dg-final { scan-assembler-not "and\[^\n\r]*sp" } } */
       9  /* And DRAP isn't needed either.  */
      10  /* { dg-final { scan-assembler-not "r10" } } */