blob: b8bdcab3adf7e49993a8849ebb6c98cacdb0b535 [file] [log] [blame]
/* APPLE LOCAL file AltiVec */
/* { dg-do preprocess { target powerpc*-*-* } } */
/* { dg-options "-maltivec" } */
/* -maltivec should not define macros. */
#ifdef vector
#error vector should not be defined
#endif
#ifdef bool
#error bool should not be defined
#endif