Re: [PATCH] don't presume undelegitimized UNSPEC_TLS SYMBOL_REF is a decl

2012-06-11 Thread Roland McGrath
On Mon, Jun 11, 2012 at 1:42 PM, Richard Henderson wrote: > Applied. Thanks!

Re: [PATCH] don't presume undelegitimized UNSPEC_TLS SYMBOL_REF is a decl

2012-06-11 Thread Richard Henderson
On 2012-06-06 14:04, Roland McGrath wrote: > 2012-06-06 Roland McGrath > > * dwarf2out.c (const_ok_for_output_1): Detect a TLS UNSPEC using > SYMBOL_REF_TLS_MODEL rather than DECL_THREAD_LOCAL_P, in case it's > not a VAR_DECL. Also don't limit it to UNSPECs with exactly one >

Re: [PATCH] don't presume undelegitimized UNSPEC_TLS SYMBOL_REF is a decl

2012-06-11 Thread Roland McGrath
ping? On Wed, Jun 6, 2012 at 2:04 PM, Roland McGrath wrote: > cf this change: > >        2010-11-19  Jakub Jelinek   > >                PR target/45870 >                * dwarf2out.c (const_ok_for_output_1): Don't complain about >                non-delegitimized TLS UNSPECs. > > This case hit me