blob: 3998947987c0cd74c182453f1824d94a52142f28 [file] [log] [blame]
/* { dg-options "-mgeneral-regs-only" } */
typedef int v4si __attribute__ ((__vector_size__ ((16))));
v4si (*foo) ();
void
f0 (v4si *ptr)
{
*ptr = foo (); /* { dg-error "'-mgeneral-regs-only' is incompatible with the use of vector types" } */
}