index
:
toolchain_gcc.git
master
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc-4.9
/
gcc
/
testsuite
/
gcc.c-torture
/
unsorted
/
bugc.c
blob: b2ce1fad8ac3d0c28f42c6fa51092f88c554f06a (
plain
)
1
2
3
4
5
6
7
int
reg0indreg1
(
r0
,
p1
)
short
r0
;
short
*
p1
;
{
return
(
r0
);
}