summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/pr81313-5.c
blob: 51a543ca57ebc88c79194f9f8899f2913decdf52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-O2 -mno-accumulate-outgoing-args -mincoming-stack-boundary=4 -mpreferred-stack-boundary=6" } */

extern void foo (int, int, int, int, int, int);

void
bar (int i1, int i2, int i3, int i4, int i5, int i6, int i7)
{
  foo (i1, i2, i3, i4, i5, i6);
}

/* { dg-final { scan-assembler-not "lea\[lq\]?\[\\t \]*\[0-9\]*\\(%\[er\]sp\\)" } } */