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
/
921006-1.c
blob
50fbdb711251754ad713fca078f640fa36032055
1
/* REPRODUCED:RUN:SIGNAL MACHINE:i386 OPTIONS:-O */
2
main
()
3
{
4
if
(
strcmp
(
"X"
,
""
)<
0
)
abort
();
5
exit
(
0
);
6
}