Re: [PATCH] Fix PR82011, early LTO debug fallout

2017-08-30 Thread Richard Biener
On Tue, 29 Aug 2017, Richard Biener wrote: > On Tue, 29 Aug 2017, Richard Biener wrote: > > > > > The following avoids adding DW_AT_inline attributes twice on which > > dsymutil complains. The duplicate attribute is caused by stray > > code I left in (I guess I hoped nothing ends up DECL_ABSTRA

Re: [PATCH] Fix PR82011, early LTO debug fallout

2017-08-29 Thread Richard Biener
On Tue, 29 Aug 2017, Richard Biener wrote: > > The following avoids adding DW_AT_inline attributes twice on which > dsymutil complains. The duplicate attribute is caused by stray > code I left in (I guess I hoped nothing ends up DECL_ABSTRACT_P ...). > Thus the following patch removes it -- DW_A

[PATCH] Fix PR82011, early LTO debug fallout

2017-08-29 Thread Richard Biener
The following avoids adding DW_AT_inline attributes twice on which dsymutil complains. The duplicate attribute is caused by stray code I left in (I guess I hoped nothing ends up DECL_ABSTRACT_P ...). Thus the following patch removes it -- DW_AT_inline is solely set by dwarf2out_abstract_function