Re: [PATCH] gcov: add info about "calls" to JSON output format

2023-05-04 Thread Martin Liška
Hello. After discussion with the consumers of the format: https://github.com/gcovr/gcovr/issues/282#issuecomment-1534239536 I'm going to push a patch that prints JSON version in gcov -v. Thanks, MartinFrom d879d68eb309561d266ddf734ab8c69f4fef3874 Mon Sep 17 00:00:00 2001 From: Martin Liska Date

Re: [PATCH] gcov: add info about "calls" to JSON output format

2023-04-25 Thread Martin Liška
late class Foo; >>>> >>>> +static void noret() >>>> +{ >>>> + __builtin_exit (0); >>>> +} >>>> + >>>> int >>>> main (void) >>>> { >>>> @@ -34,6 +39,8 @@ main (void) >>>> _

Re: [PATCH] gcov: add info about "calls" to JSON output format

2023-04-14 Thread Jan Hubicka via Gcc-patches
> On 4/11/23 11:23, Richard Biener wrote: > > On Thu, Apr 6, 2023 at 3:58 PM Martin Liška wrote: > >> > >> Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > >> > >> Ready to be installed after stage1 opens? > > > > Did we release a compiler with version 1? If not we might

Re: [PATCH] gcov: add info about "calls" to JSON output format

2023-04-12 Thread Martin Liška
On 4/11/23 11:23, Richard Biener wrote: > On Thu, Apr 6, 2023 at 3:58 PM Martin Liška wrote: >> >> Patch can bootstrap on x86_64-linux-gnu and survives regression tests. >> >> Ready to be installed after stage1 opens? > > Did we release a compiler with version 1? If not we might want to sneak Y

Re: [PATCH] gcov: add info about "calls" to JSON output format

2023-04-11 Thread Richard Biener via Gcc-patches
On Thu, Apr 6, 2023 at 3:58 PM Martin Liška wrote: > > Patch can bootstrap on x86_64-linux-gnu and survives regression tests. > > Ready to be installed after stage1 opens? Did we release a compiler with version 1? If not we might want to sneak this in before 13.1 ... Up to Honza. Thanks, Richa

[PATCH] gcov: add info about "calls" to JSON output format

2023-04-06 Thread Martin Liška
Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed after stage1 opens? Thanks, Martin gcc/ChangeLog: * doc/gcov.texi: Document the new "calls" field and document the API bump. * gcov.cc (output_intermediate_json_line): Output inf