Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr37878.c
blob: aa18e6d320010e937912b1e3b5f8f875cb91d0a0 [
file
] [
log
] [
blame
]
/* PR target/37878 */
double
y
,
z
;
void
foo
(
long
x
)
{
y
=
*(
double
*)
((
long
*)
(
x
-
1
)
+
1
);
z
=
*(
double
*)
((
long
*)
(
x
-
1
)
+
1
);
}