blob: 61d2f8b0444cbbad6d7bdbfaf23d390a66f6f5b4 [file] [log] [blame]
/* APPLE LOCAL file 4241538 */
/* { dg-do compile { target powerpc*-*-darwin* } } */
/* { dg-options "-faltivec" } */
/* Contributed by Devang Patel <dpatel@apple.com> */
int main( int argc, char **argv )
{
float array[ 4 ];
vector float some_vector = vec_ld( array ); /* { dg-error "invalid argument|incompatible types in initialization" } */
return 0;
}