repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
920721-1.c
blob
086b5463f7f070755ae7636e2671ce17c0cc2022
1
long
f
(
short
a
,
short
b
){
return
(
long
)
a
/
b
;}
2
main
(){
if
(
f
(-
32768
,-
1
)!=
32768L
)
abort
();
else
exit
(
0
);}