OSDN Git Service

PR target/18230
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / vect / vect-33.c
index 8742ef5..3c2edc4 100644 (file)
@@ -1,7 +1,9 @@
 /* { dg-do compile { target powerpc*-*-* } } */
 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
+/* { dg-do compile { target sparc*-*-* } } */
 /* { dg-options "-S -O2 -ftree-vectorize -fdump-tree-vect-stats -maltivec" { target powerpc*-*-* } } */
 /* { dg-options "-S -O2 -ftree-vectorize -fdump-tree-vect-stats -msse2" { target i?86-*-* x86_64-*-* } } */
+/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-stats -mcpu=ultrasparc -mvis" { target sparc*-*-* } } */
 
 #include <stdarg.h>
 #include "tree-vect.h"