On Fri, Oct 21, 2016 at 09:58:01AM -0400, Jason Merrill wrote:
> On Thu, Oct 20, 2016 at 2:27 PM, Jakub Jelinek <ja...@redhat.com> wrote:
> > +  if ((dwarf_version >= 4 || !dwarf_strict)
> 
> Why >=4?  Isn't this a DWARF 5 feature?

It is actually DWARF 4 already.

Looking at DWARF4 DW_AT_* additions, we also don't emit
DW_AT_data_bit_offset (should replace DW_AT_bit_offset in some cases),
other attributes are emitted already.

        Jakub

Reply via email to