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
Fix warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
921012-2.c
blob
6f4de779549ac4baf889226c99644126712e6904
1
struct
foo
{
2
int
a
,
b
,
c
;
3
};
4
f
(
struct
foo
*
a
,
struct
foo
*
b
)
5
{
6
*
a
=*
b
;
7
}