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