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
* tree-loop-distribution.c (struct partition): New field recording
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
921202-2.c
blob
97d482b633c8e6e2775a46595031c9e29458e050
1
f
(
x
,
c
)
2
{
3
for
(;;)
4
{
5
if
(
x
<<
c
)
break
;
6
x
++;
7
}
8
}