repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix warnings occured during profiledboostrap on
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
strcpy-2.c
blob
075cdd1f6ab371bd3a000dbc1cdc07ad71e11a11
1
char
wrkstr_un
[
270
];
2
extern
void
3
LoadUserAlph
(
char
*
s
)
4
{
5
s
= &
wrkstr_un
[
0
];
6
__builtin_strcpy
(
s
,
""
);
7
};