Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20080628-1.c
blob: aca4ff82777c8c48b826c45a3781aaa58397d6f6 [
file
] [
log
] [
blame
]
void
f
(
long
double
,
long
double
);
struct
s
{
char
c
;
struct
s
*
p
;
}
*
p
;
void
g
(
void
)
{
long
double
ld
;
p
->
p
->
c
=
1
;
ld
=
p
->
p
->
c
;
f
(
ld
,
1.0L
);
}