Use gather loads for strided accesses
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr81313-5.c
blob51a543ca57ebc88c79194f9f8899f2913decdf52
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-O2 -mno-accumulate-outgoing-args -mincoming-stack-boundary=4 -mpreferred-stack-boundary=6" } */
4 extern void foo (int, int, int, int, int, int);
6 void
7 bar (int i1, int i2, int i3, int i4, int i5, int i6, int i7)
9 foo (i1, i2, i3, i4, i5, i6);
12 /* { dg-final { scan-assembler-not "lea\[lq\]?\[\\t \]*\[0-9\]*\\(%\[er\]sp\\)" } } */