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
/
glob.c
blob
e3206154fd9cab884f9e01b8f280a302c7e40f5c
1
typedef
int
tt
;
2
3
tt a1
;
4
tt a2
;
5
tt a3
;
6
7
foo
()
8
{
9
a1
++;
10
a2
++;
11
a1
++;
12
}