aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c
blob: 5c7acf18a58d8a18b70886fd026542fffd483902 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Test Attribute Vector associated with vector type stabs.  */
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-require-effective-target stabs } */
/* { 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" } } */