Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.target / sparc / fexpand-2.c
blob38b4e72fa09b69fb0b3facfc2a43c7d1247f3383
1 /* { dg-do compile } */
2 /* { dg-options "-O1 -fdump-tree-final_cleanup -mcpu=ultrasparc -mvis" } */
3 typedef short vec16 __attribute__((vector_size(8)));
4 typedef unsigned char vec8 __attribute__((vector_size(4)));
6 vec16 foo () {
7 vec8 a = {(unsigned char)1,(unsigned char)2,(unsigned char)4,(unsigned char)8};
8 return __builtin_vis_fexpand (a);
11 /* { dg-final { scan-tree-dump "{ 16, 32, 64, 128 }" "final_cleanup" } } */