aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/powerpc/pr61977-2.c
blob: 305e45f64677b89b67e10001dc504ace204c774f (plain)
1
2
3
4
5
6
7
8
/* PR preprocessor/61977 */
/* { dg-do preprocess } */
/* { dg-options "-maltivec" } */

int y; vector
int x;

/* { dg-final { scan-file "pr61977-2.i" "(^|\\n)int y; __attribute__\\(\\(altivec\\(vector__\\)\\)\\)\\n" } } */