[C++ Patch] PR 58672

2014-01-31 Thread Paolo Carlini
Hi, I think we can pretty easily fix the remaining minor issue in the thread_local meta-bug: the ICE happens because, after the error, we end up calling cgraph_same_body_alias from handle_tls_init with a null second argument (returned by get_tls_init_fn), thus cgraph_create_function_alias

Re: [C++ Patch] PR 58672

2014-01-31 Thread Jason Merrill
Oops, sorry I was slow to claim this PR... Jason

Re: [C++ Patch] PR 58672

2014-01-31 Thread Paolo Carlini
Hi, On 31/gen/2014, at 18:32, Jason Merrill ja...@redhat.com wrote: Oops, sorry I was slow to claim this PR... No problem, nice to see the bug going completely away! Well, you may want to have a look to my pending work on c++/51219 ;)