Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr70022.c
blob: 30eb7ece2501f8ef52249927f4da278fd472a625 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-w -Wno-psabi" } */
typedef
int
v4si __attribute__
((
vector_size
(
16
)));
int
foo
(
v4si v
)
{
return
v
[~
0UL
];
}