Re: Go patch committed: Set TREE_PUBLIC reliably

2013-08-29 Thread Uros Bizjak
On Thu, Aug 29, 2013 at 2:49 AM, Ian Lance Taylor wrote: > Uros tracked down a problem with the section used for immutable structs: > the value of compute_reloc_for_constant would change between the time > immutable_struct_set_init would call it and the time that > get_variable_section would call

Go patch committed: Set TREE_PUBLIC reliably

2013-08-28 Thread Ian Lance Taylor
Uros tracked down a problem with the section used for immutable structs: the value of compute_reloc_for_constant would change between the time immutable_struct_set_init would call it and the time that get_variable_section would call it, for the same decl and the same decl initializer. He identifie