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
/
pr38343.c
blob
589ba33a255af6c8cd75939c53ceab7c6be9830a
1
/* PR middle-end/38343 */
2
3
static struct
A
4
{
5
char
f
[
6
];
6
}
a
[] = { {
"01000"
} };
7
8
void
9
foo
(
void
)
10
{
11
__builtin_stpcpy
(
a
[
0
].
f
,
"S0022"
);
12
}