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
/
961031-1.c
blob
ea8718f763b15e8c955eca47ea136fb2a6437f4e
1
struct
s
{
2
double
d
;
3
}
sd
;
4
5
struct
s
g
()
__attribute__
((
const
));
6
7
struct
s
8
g
()
9
{
10
return
sd
;
11
}
12
13
f
()
14
{
15
g
();
16
}