OSDN Git Service

* gcc.dg/altivec-vec-merge.c: Make test usable on GNU/Linux targets
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / stabs-attrib-vect-darwin.c
1 /* Test Attribute Vector associated with vector type stabs.  */
2 /* { dg-do compile { target powerpc*-*-darwin* } } */
3 /* { dg-options "-gstabs -fno-eliminate-unused-debug-types -faltivec" } */
4
5 int main ()
6 {
7   vector int vi = { 6,7,8,9 };
8   return 0;
9 }
10
11 /* { dg-final { scan-assembler ".stabs.*vi\:\\(0,16\\)=\@V" } } */