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
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
990801-2.c
blob
0a575ea17aa008f237ee801b4b270a8bcc847462
1
void
f
()
2
{
3
extern
char
*
p
;
4
int
ch
;
5
while
(!(
ch
=
0
)) {
6
if
((
ch
==
0
) || (
ch
==
2
)) {
7
break
;
8
}
9
*
p
=
0
;
10
}
11
}