aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/powerpc/altivec-26.c
blob: 689d13a514f0ec6e208424d4308f256788bf1b7b (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec" } */

/* A compiler implementing context-sensitive keywords must define this
   preprocessor macro so that altivec.h does not provide the vector,
   pixel, etc. macros.  */

#ifndef __APPLE_ALTIVEC__
#error __APPLE_ALTIVEC__ not pre-defined
#endif