PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr70155-16.c
blob7750b582042e0bf81d85ccfd20bfced664983954
1 /* { dg-do compile { target int128 } } */
2 /* { dg-options "-O2 -msse2 -mtune=core2 -mtune-ctrl=sse_unaligned_load_optimal -dp" } */
4 struct foo
6 __int128 i;
7 }__attribute__ ((packed));
9 extern struct foo x;
11 void
12 foo (void)
14 x.i = 0;
17 /* { dg-final { scan-assembler-not "movv1ti_internal" } } */