Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / powerpc / altivec-types-4.c
blobbc2296cc15e2dfd364f7c8450717f0d8e9353ef9
1 /* { dg-do compile { target powerpc*-*-linux* } } */
2 /* { dg-require-effective-target ilp32 } */
3 /* { dg-options "-maltivec -mno-warn-altivec-long" } */
5 /* These should not get warnings for 32-bit code when the warning is
6 disabled. */
8 __vector long vl;
9 __vector unsigned long vul;
10 __vector signed long vsl;
11 __vector __bool long int vbli;
12 __vector long int vli;
13 __vector unsigned long int vuli;
14 __vector signed long int vsli;