Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
20080903-1.c
blob: d446ebf7c9398889f7282bf92424fc9da6881d56 [
file
] [
log
] [
blame
]
/* { dg-require-stack-size "4096" } */
struct
bar
{
unsigned
short
length
;
};
int
dummy
(
void
)
{
char
c
[
4096
];
struct
bar
*
a
;
struct
bar
*
b
;
a
->
length
=
((
char
*)
b
-
c
);
return
0
;
}