(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr99531.c
       1  /* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
       2  /* { dg-options "-O2" } */
       3  
       4  int func(int, int, int, int, int, int);
       5  int caller(int a, int b, int c, int d, int e) { return func(0, a, b, c, d, e); }
       6  
       7  /* { dg-final { scan-assembler-not "push" } } */