| Submitter | Eric Botcazou |
|---|---|
| Date | Dec. 8, 2012, 3:51 p.m. |
| Message ID | <2566667.Dv0IlRhJMA@polaris> |
| Download | mbox | patch |
| Permalink | /patch/204672/ |
| State | New |
| Headers | show |
Comments
Patch
Index: lto-streamer-out.c =================================================================== --- lto-streamer-out.c (revision 194319) +++ lto-streamer-out.c (working copy) @@ -328,6 +328,7 @@ lto_write_tree (struct output_block *ob, tree initial = DECL_INITIAL (expr); if (TREE_CODE (expr) == VAR_DECL && (TREE_STATIC (expr) || DECL_EXTERNAL (expr)) + && !DECL_IN_CONSTANT_POOL (expr) && initial) { lto_symtab_encoder_t encoder;