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
/
20010227-1.c
blob
767cb0d1c2e743c28612e907c3f561faa831966a
1
void
foo
(
void
)
2
{
3
double
a
=
0.0
;
4
double
b
=
a
;
5
if
(&
b
!= &
a
);
6
}