Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr84417.c
blob: 9c2b023254b675927d1cbec695f272b9d0a6d883 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-require-effective-target int32plus } */
void
fn1
()
{
__attribute__
((
__vector_size__
(
sizeof
(
double
))))
double
x
;
double
*
a
=
(
double
*)&
x
;
*
a
+
*(
a
+
8446744073709551615LL
);
}