Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr111699-1.c
blob: 87b127ed199050babb684bcdc81faf26ae42f82a [
file
] [
log
] [
blame
]
typedef
unsigned
char
__attribute__
((
__vector_size__
(
8
)))
V
;
void
foo
(
V
*
v
)
{
*
v
=
(
V
)
0x107B9A7FF
>=
(*
v
<=
0
);
}