aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/sparc/fpack16.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/gcc/testsuite/gcc.target/sparc/fpack16.c')
-rw-r--r--gcc-4.7/gcc/testsuite/gcc.target/sparc/fpack16.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc-4.7/gcc/testsuite/gcc.target/sparc/fpack16.c b/gcc-4.7/gcc/testsuite/gcc.target/sparc/fpack16.c
deleted file mode 100644
index 79e0c4c15..000000000
--- a/gcc-4.7/gcc/testsuite/gcc.target/sparc/fpack16.c
+++ /dev/null
@@ -1,10 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-mcpu=ultrasparc -mvis" } */
-typedef short vec16 __attribute__((vector_size(8)));
-typedef unsigned char vec8 __attribute__((vector_size(4)));
-
-vec8 foo (vec16 a) {
- return __builtin_vis_fpack16 (a);
-}
-
-/* { dg-final { scan-assembler "fpack16\t%" } } */