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
/
20010711-2.c
blob
2f8d68ba4ae8e44c97ce5417ee96eb6612b9be7b
1
typedef
unsigned long long
value
;
2
3
void
foo
(
value
*
v
) {}
4
5
void
test
()
6
{
7
value v
;
8
foo
(&
v
);
9
if
(
v
-- ==
1
)
10
foo
(&
v
);
11
}