blob: dd0edf0ceb15cebc625e9f714c7369e23b975d90 [file] [log] [blame]
/* { dg-do compile { target int128 } } */
/* { dg-options "-O2 -msse2 -mtune=core2 -dp" } */
struct foo
{
__int128 i;
}__attribute__ ((packed));
extern struct foo x;
void
foo (void)
{
x.i = 0;
}
/* { dg-final { scan-assembler-not "movv1ti_internal" } } */