aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/sparc/noresult.c
blob: 1be7458d2be8324adf5e5963070d746d93667e7b (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */
/* { dg-options "-mcpu=ultrasparc -mvis" } */
typedef short vec16 __attribute__((vector_size(8)));

void foo (vec16 a) {
  __builtin_vis_fpack16 (a);
}

/* { dg-final { scan-assembler-not "fpack16\t%" } } */