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
/
pr98147.c
blob
3edc7985f10138058df3aca8aba98fd90d425e56
1
/* PR target/98147 */
2
3
char
buffer
[
32
] =
"foo bar"
;
4
5
int
6
main
()
7
{
8
__builtin___clear_cache
(
buffer
,
buffer
+
32
);
9
return
0
;
10
}