Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr83986.c
blob: 31a53d936163774d3b56a6b28712ee3143f031e2 [
file
] [
log
] [
blame
]
/* PR rtl-optimization/83986 */
/* { dg-do compile } */
/* { dg-options "-g -O2 -fsched2-use-superblocks -funwind-tables --param max-pending-list-length=1" } */
int
v
;
int
foo
(
int
x
)
{
v
&=
!!
v
&&
!!
x
;
if
(
v
!=
0
)
foo
(
0
);
return
0
;
}