Merge reload-branch up to revision 101000
[official-gcc.git] / gcc / testsuite / gcc.target / sparc / noresult.c
blobf32805d35476b573abfaf58a605896afa9f638c0
1 /* { dg-do compile } */
2 /* { dg-options "-mcpu=ultrasparc -mvis" } */
3 typedef short vec16 __attribute__((vector_size(8)));
4 typedef char vec8 __attribute__((vector_size(4)));
6 void foo (vec16 a) {
7 __builtin_vis_fpack16 (a);
10 /* { dg-final { scan-assembler-not "fpack16\t%" } } */