aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/stabs-attrib-vect-darwin.c
blob: d380f8e8d00052abf1753d6838c0021524de3b39 (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,16\\)=\@V" } } */