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
/
compile
/
20021015-2.c
blob: 6b158c5bdc8b1d10ed3958f216a0837b287ca931 (
plain
)
1
2
3
4
5
6
7
/* PR target/8232. */
int
f
(
char
*
p
,
char
*
q
,
int
i
)
{
return
bcmp
(
p
,
q
,
i
);
}