Re: [PATCH] Fix dwarf2out ICE (PR debug/63342)

2014-10-01 Thread Jason Merrill
On 10/01/2014 04:39 PM, Jakub Jelinek wrote: Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? Ok except for the MEM_REF change for 4.9/4.8 (where the mem_loc_descriptor fix also went)? Yes. Jason

[PATCH] Fix dwarf2out ICE (PR debug/63342)

2014-10-01 Thread Jakub Jelinek
Hi! Since r214899 we ICE on the following testcase, because when mem_loc_descriptor gives up on a complex TLS related address that can't be (easily) delegitimized, we try to build location description from MEM_EXPR, but in this case it is a TARGET_MEM_REF which wasn't handled. I've implemented mor