Re: Incremental LTO linking part 6: dwarf2out support

2018-05-30 Thread Jan Hubicka
> On 05/23/2018 09:54 AM, Jan Hubicka wrote: > >> On 05/08/2018 09:31 AM, Jan Hubicka wrote: > >>> Hi, > >>> this patch tells dwarf2out that it can have early debug not only in WPA > >>> mode > >>> but also when incrementally linking. This prevents ICE on almost every > >>> testcase > >>> compile

Re: Incremental LTO linking part 6: dwarf2out support

2018-05-23 Thread Jeff Law
On 05/23/2018 09:54 AM, Jan Hubicka wrote: >> On 05/08/2018 09:31 AM, Jan Hubicka wrote: >>> Hi, >>> this patch tells dwarf2out that it can have early debug not only in WPA mode >>> but also when incrementally linking. This prevents ICE on almost every >>> testcase >>> compiled with -g. >>> >>> Bo

Re: Incremental LTO linking part 6: dwarf2out support

2018-05-23 Thread Jan Hubicka
> On 05/08/2018 09:31 AM, Jan Hubicka wrote: > > Hi, > > this patch tells dwarf2out that it can have early debug not only in WPA mode > > but also when incrementally linking. This prevents ICE on almost every > > testcase > > compiled with -g. > > > > Bootstrapped/regtested x86_64-linux with rest

Re: Incremental LTO linking part 6: dwarf2out support

2018-05-23 Thread Jeff Law
On 05/08/2018 09:31 AM, Jan Hubicka wrote: > Hi, > this patch tells dwarf2out that it can have early debug not only in WPA mode > but also when incrementally linking. This prevents ICE on almost every > testcase > compiled with -g. > > Bootstrapped/regtested x86_64-linux with rest of incremental