Re: [PATCH][pushed] gcov: add more debugging facility

2021-01-12 Thread Martin Liška
On 1/12/21 5:27 PM, H.J. Lu wrote: This breaks build on 32-bit hosts: Sorry for that. Should be fixed with: commit 248feb2fa2c0dfc8950566010b30351879c9d057 Author: Martin Liska Date: Tue Jan 12 18:16:05 2021 +0100 gcov: fix printf format for 32-bit hosts gcc/ChangeLog:

Re: [PATCH][pushed] gcov: add more debugging facility

2021-01-12 Thread H.J. Lu via Gcc-patches
On Tue, Jan 12, 2021 at 3:55 AM Martin Liška wrote: > > The patch is about an extensive debugging facility that I see > beneficial for GCOV issue. > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > I'm going to push it. > > Thanks, > Martin > > gcc/ChangeLog: > >