Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr79244.c
blob: 3f983c042a72be06031a38efeb22223d5787e713 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-require-effective-target nonlocal_goto } */
long
buf
[
5
];
int
bar
(
void
);
int
foo
(
int
x
)
{
int
y
=
__builtin_setjmp
(
buf
);
while
(
x
!=
3
&&
x
&&
x
&&
x
!=
2
)
x
=
bar
();
return
y
;
}