Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / powerpc / altivec-17.c
blob463062ef0866bee6c52a01110fd7c47abddab6b5
1 /* Verify a statement in the GCC Manual that GCC allows the use of a
2 typedef name as a vector type specifier. */
4 /* { dg-do compile { target powerpc*-*-* } } */
5 /* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "-maltivec" } { "" } } */
6 /* { dg-options "-maltivec -mabi=altivec" } */
8 typedef unsigned int ui;
9 typedef signed char sc;
10 __vector ui vui;
11 __vector sc vsc;