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
2016-12-21 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
bugc.c
blob
b2ce1fad8ac3d0c28f42c6fa51092f88c554f06a
1
2
int
3
reg0indreg1
(
r0
,
p1
)
4
short
r0
;
short
*
p1
;
5
{
6
return
(
r0
);
7
}