blob: d6e1056c0a9b95e07bb2bab150c2af8ff7ee4b29 [file] [log] [blame]
/* PR target/14313 */
/* Origin: <Pawe Sikora <pluto@ds14.agh.edu.pl> */
/* { dg-do compile } */
/* { dg-options "-march=pentium3" { target i?86-*-* x86_64-*-* } } */
int main()
{
typedef int v __attribute__ ((mode(V2DI)));
v a, b;
a = b;
return 0;
}