Sign in
gnu
/
gcc
/
93ac832f1846e4867aa6537f76f510fab8e3e87d
/
.
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
mgeneral-regs_7.c
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" } */
}