1 /* PR middle-end/37009 */
2 /* { dg-do compile { target { { ! *-*-darwin* } && ilp32 } } } */
3 /* { dg-options "-w -msse2 -mpreferred-stack-boundary=2" } */
7 extern void bar (int *);
10 foo(__m128 y
, int size
, ...)
12 int __attribute((aligned(16))) xxx
;
19 /* { dg-final { scan-assembler-not "and\[l\]\[ \t\]" } } */