repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline (160224:163495).
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr44988.c
blob
317eafdf7c8e2a08608ae8526ec9384c6bc816d7
1
struct
S
2
{
3
int
i
;
4
};
5
6
extern
void
bar
(
struct
S
);
7
8
void
9
foo
(
void
)
10
{
11
int
i
=
0
;
12
bar
(*(
struct
S
*) &
i
);
13
}