Re: [PATCH] Improve DW_AT_const_value with early_dwarf

2017-09-20 Thread Richard Biener
On Tue, 19 Sep 2017, Jakub Jelinek wrote: > On Tue, Sep 19, 2017 at 04:11:52PM +0200, Jakub Jelinek wrote: > > Will try now following plus testcase, the rest of constants I believe end up > > being DW_FORM_block encoded and so is pretty much what we emit even for the > >

[PATCH] Improve DW_AT_const_value with early_dwarf

2017-09-19 Thread Jakub Jelinek
On Tue, Sep 19, 2017 at 04:11:52PM +0200, Jakub Jelinek wrote: > Will try now following plus testcase, the rest of constants I believe end up > being DW_FORM_block encoded and so is pretty much what we emit even for the > initializer_constant_valid_p tree fallback case. I've