OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
./:
[pf3gnuchains/gcc-fork.git]
/
gcc
/
ggc-page.c
diff --git
a/gcc/ggc-page.c
b/gcc/ggc-page.c
index
4f872b2
..
744355e
100644
(file)
--- a/
gcc/ggc-page.c
+++ b/
gcc/ggc-page.c
@@
-2165,7
+2165,7
@@
ggc_pch_write_object (struct ggc_pch_data *d ATTRIBUTE_UNUSED,
size_t size, bool is_string ATTRIBUTE_UNUSED)
{
unsigned order;
- static const char emptyBytes[256];
+ static const char emptyBytes[256]
= { 0 }
;
if (size < NUM_SIZE_LOOKUP)
order = size_lookup[size];