blob: 5dc3a76036b87a6e26956461d7fe141fd58d21fc [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, y;
void
foo (void)
{
x = y;
}
/* { dg-final { scan-assembler-not "movv1ti_internal" } } */