Re: [PATCH] Fix PR82144

2017-09-25 Thread Richard Biener
On Fri, 22 Sep 2017, Alexandre Oliva wrote: > On Sep 21, 2017, Richard Biener wrote: > > > On Tue, 12 Sep 2017, Richard Biener wrote: > >> > >> The following avoids adding DW_AT_alignment twice by not doing it > >> for incomplete types. > >> > >> Bootstrapped on x86_64-unknown-linux-gnu, testi

Re: [PATCH] Fix PR82144

2017-09-22 Thread Alexandre Oliva
On Sep 21, 2017, Richard Biener wrote: > On Tue, 12 Sep 2017, Richard Biener wrote: >> >> The following avoids adding DW_AT_alignment twice by not doing it >> for incomplete types. >> >> Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. >> >> Alex, is that ok or do we want DW_AT_a

Re: [PATCH] Fix PR82144

2017-09-21 Thread Richard Biener
On Tue, 12 Sep 2017, Richard Biener wrote: > > The following avoids adding DW_AT_alignment twice by not doing it > for incomplete types. > > Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. > > Alex, is that ok or do we want DW_AT_alignment for incomplete types as > well? Alex,

[PATCH] Fix PR82144

2017-09-12 Thread Richard Biener
The following avoids adding DW_AT_alignment twice by not doing it for incomplete types. Bootstrapped on x86_64-unknown-linux-gnu, testing in progress. Alex, is that ok or do we want DW_AT_alignment for incomplete types as well? Thanks, Richard. 2017-09-12 Richard Biener PR middle-