| Submitter | Richard Guenther |
|---|---|
| Date | Sept. 18, 2012, 2:43 p.m. |
| Message ID | <alpine.LNX.2.00.1209181639310.28649@zhemvz.fhfr.qr> |
| Download | mbox | patch |
| Permalink | /patch/184748/ |
| State | New |
| Headers | show |
Comments
Patch
Index: gcc/symtab.c =================================================================== --- gcc/symtab.c (revision 191415) +++ gcc/symtab.c (working copy) @@ -151,6 +151,8 @@ unlink_from_assembler_name_hash (symtab_ else *slot = node->symbol.next_sharing_asm_name; } + node->symbol.next_sharing_asm_name = NULL; + node->symbol.previous_sharing_asm_name = NULL; } }