Re: [DWARF] mark partial fn versions and OMP frags as partial in dwarf2+ debug info

2017-11-22 Thread Jakub Jelinek
On Wed, Nov 22, 2017 at 02:40:39AM -0200, Alexandre Oliva wrote: > On Nov 21, 2017, Jakub Jelinek wrote: > > > On Wed, Nov 15, 2017 at 05:05:36AM -0200, Alexandre Oliva wrote: > > >> This patch introduces a new DWARF attribute to indicate that a function > >> is a partial copy of its abstract or

Re: [DWARF] mark partial fn versions and OMP frags as partial in dwarf2+ debug info

2017-11-21 Thread Alexandre Oliva
On Nov 21, 2017, Jakub Jelinek wrote: > On Wed, Nov 15, 2017 at 05:05:36AM -0200, Alexandre Oliva wrote: >> This patch introduces a new DWARF attribute to indicate that a function >> is a partial copy of its abstract origin, specifically, that its entry >> point does not correspond to the entry

Re: [DWARF] mark partial fn versions and OMP frags as partial in dwarf2+ debug info

2017-11-21 Thread Jakub Jelinek
On Wed, Nov 15, 2017 at 05:05:36AM -0200, Alexandre Oliva wrote: > debug info: partial noentry functions: infra > > This is the first patch of a set that addresses two different but > somewhat related issues. > > On the one hand, after partial inlining, the non-inlined function > fragment is outp

Re: [DWARF] mark partial fn versions and OMP frags as partial in dwarf2+ debug info

2017-11-21 Thread Jeff Law
On 11/15/2017 12:05 AM, Alexandre Oliva wrote: > debug info: partial noentry functions: infra > > This is the first patch of a set that addresses two different but > somewhat related issues. > > On the one hand, after partial inlining, the non-inlined function > fragment is output in a way that d

[DWARF] mark partial fn versions and OMP frags as partial in dwarf2+ debug info

2017-11-14 Thread Alexandre Oliva
debug info: partial noentry functions: infra This is the first patch of a set that addresses two different but somewhat related issues. On the one hand, after partial inlining, the non-inlined function fragment is output in a way that debug info consumers can't distinguish from the entire functio