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
c++: Implement for namespace statics CWG 2867 - Order of initialization for structure...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
inline-mem-cmp-pr112778.c
blob
fdfc5b6f28c8e40cb2ba554dcea6c395678d5d29
1
/* { dg-do compile } */
2
/* { dg-options "-finline-stringops" } */
3
4
char
buf
[
3
];
5
6
int
7
f
()
8
{
9
__builtin_memset
(
buf
,
'v'
,
3
);
10
}