Re: [PR56974] output DWARF-5 markers for ref_qualifiers

2016-11-01 Thread Jakub Jelinek
On Tue, Nov 01, 2016 at 11:34:47AM -0400, Jason Merrill wrote: > On Wed, Oct 19, 2016 at 6:15 AM, Alexandre Oliva wrote: > > When a method or a method or function type has a ref-qualifier, output > > DW_AT_reference or DW_AT_rvalue_reference in the subprogram or > > subroutine_type tag, as specifi

Re: [PR56974] output DWARF-5 markers for ref_qualifiers

2016-11-01 Thread Jason Merrill
On Wed, Oct 19, 2016 at 6:15 AM, Alexandre Oliva wrote: > When a method or a method or function type has a ref-qualifier, output > DW_AT_reference or DW_AT_rvalue_reference in the subprogram or > subroutine_type tag, as specified in DWARF version 5 drafts, see >

Re: [PR56974] output DWARF-5 markers for ref_qualifiers

2016-10-19 Thread Alexandre Oliva
On Sep 23, 2016, Alexandre Oliva wrote: > On Aug 12, 2016, Alexandre Oliva wrote: >> Regstrapped on x86_64-linux-gnu and i686-linux-gnu. Ok to install? > Ping? Ping? (conflicts resolved, patch refreshed and retested) When a method or a method or function type has a ref-qualifier, output DW

Re: [PR56974] output DWARF-5 markers for ref_qualifiers

2016-09-23 Thread Alexandre Oliva
On Aug 12, 2016, Alexandre Oliva wrote: > When a method or a method or function type has a ref-qualifier, output > DW_AT_reference or DW_AT_rvalue_reference in the subprogram or > subroutine_type tag, as specified in DWARF version 5 drafts, see >