Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr108639.c
blob: ed826cc2f5a6337a5834b97395d022274b36c795 [
file
] [
log
] [
blame
]
/* PR tree-optimization/108639 */
long
long
a
;
int
main
()
{
a
=
a
?
0
||
0
%
0
:
0
;
a
=
a
<<
a
;
return
0
;
}