(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr81769-1b.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O -mavx -fno-omit-frame-pointer" } */
       3  
       4  #include "pr81769-1a.c"
       5  
       6  /* Verify no dynamic realignment is performed.  */
       7  /* { dg-final { scan-assembler-not "and\[^\n\r]*sp" } } */