Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / i386 / sse-8.c
blobec3acc16906f6d20fabc76ffc53058e4079f12a4
1 /* PR target/14343 */
2 /* Origin: <Pawe Sikora <pluto@ds14.agh.edu.pl> */
4 /* The xstormy16 doesn't support V2DI. */
5 /* { dg-do compile { xfail xstormy16-*-* } } */
6 /* { dg-options "" } */
7 /* { dg-options "-march=pentium3" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
9 int main()
11 typedef long long int v __attribute__ ((vector_size (16)));
12 v a, b;
13 a = b;
14 return 0;