Re: [patch] Small improvements to coverage info (2/n)

2019-07-03 Thread Jeff Law
On 7/3/19 7:35 AM, Eric Botcazou wrote: > Hi, > > this is a series of fixes for the exception handling code, with the same goal > of preventing instructions from inheriting random source location information > in the debug info generated by the compiler. > > Tested on x86_64-suse-linux, both GC

[patch] Small improvements to coverage info (2/n)

2019-07-03 Thread Eric Botcazou
Hi, this is a series of fixes for the exception handling code, with the same goal of preventing instructions from inheriting random source location information in the debug info generated by the compiler. Tested on x86_64-suse-linux, both GCC and GDB, OK for mainline? 2019-07-03 Eric Botcazo