repo.or.cz
/
official-gcc
/
graphite-test-results.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix unused warnings.
[official-gcc/graphite-test-results.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
memcpy-1.c
blob
4a4e7509654285c7bcbe1058af8320e92434f5d5
1
static const char
OggFLAC__MAPPING_VERSION_MAJOR
=
1
;
2
void
f
(
void
)
3
{
4
char
synthetic_first_packet_body
[
10
];
5
char
*
b
= &
synthetic_first_packet_body
[
4
];
6
__builtin_memcpy
(
b
, &
OggFLAC__MAPPING_VERSION_MAJOR
, (
1u
));
7
}
8
9