index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
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
);
}