Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr82381.c
blob: 3ff2c3afd4082abfbdfa77fd05adf42c752c246a [
file
] [
log
] [
blame
]
/* PR tree-optimization/82381 */
/* { dg-do compile } */
signed
char
b
,
h
;
unsigned
short
c
,
e
;
short
int
d
,
f
,
g
;
void
foo
()
{
if
(
h
)
{
short
a
=
-(
d
+
c
-
b
);
f
=
e
-
a
-
-
d
;
}
if
(
c
)
g
=
0
;
}