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
/
921103-1.c
blob
578e91aaf8310ec504d81fde7a840b906f91c0ab
1
struct
{
2
unsigned int
f1
,
f2
;
3
}
s
;
4
5
f
()
6
{
7
unsigned
x
,
y
;
8
x
=
y
=
0
;
9
while
(
y
%
4
)
10
y
++;
11
g
(&
s
.
f2
,
s
.
f1
+
x
,
4
);
12
}