Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
pr97812.c
blob: 4d468adf8faafa0d6b5f33de7b05f25dffd012b7 [
file
] [
log
] [
blame
]
/* { dg-do run } */
/* { dg-additional-options "-fdisable-tree-evrp" } */
unsigned
char
c
;
int
main
()
{
volatile
short
b
=
4066
;
unsigned
short
bp
=
b
;
unsigned
d
=
bp
&
2305
;
signed
char
e
=
d
;
c
=
e
?
:
e
;
if
(!
d
)
__builtin_abort
();
return
0
;
}