aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c
blob: 3c52287b3446f377633a997a91b14ffe9334df9b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Test Attribute Vector associated with vector type stabs.  */
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-gstabs+ -fno-eliminate-unused-debug-types -faltivec" } */

int main ()
{
  vector int vi = { 6,7,8,9 };
  return 0;
}

/* { dg-final { scan-assembler ".stabs.*vi\:\\(0,\[0-9\]+\\)=\@V" } } */