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
/
pr64269.c
blob
640758d3fefb306cc9e97ba14580d782d02a6ce4
1
/* PR tree-optimization/64269 */
2
3
void
4
foo
(
char
*
p
)
5
{
6
__SIZE_TYPE__ s
= ~(
__SIZE_TYPE__
)
0
;
7
*
p
=
0
;
8
__builtin_memset
(
p
+
1
,
0
,
s
);
9
}