Re: Ping [PATCH] Add condition coverage profiling

2022-11-10 Thread Martin Liška
On 11/2/22 07:16, Jørgen Kvalsvik via Gcc-patches wrote: Ping. I would like to see this become a part of gcc 13, will we be able to commit before the window closes? Hello. I'm sorry but I was interrupted by the Sphinx conversion task. Anyway, please update the coding style and I can return to

Ping [PATCH] Add condition coverage profiling

2022-11-01 Thread Jørgen Kvalsvik via Gcc-patches
On 25/10/2022 08:33, Jørgen Kvalsvik wrote: > On 12/10/2022 12:16, Jørgen Kvalsvik wrote: >> This patch adds support in gcc+gcov for modified condition/decision >> coverage (MC/DC) with the -fprofile-conditions flag. MC/DC is a type of >> test/code coverage and it is particularly important in the a

Re: Ping [PATCH] Add condition coverage profiling

2022-10-27 Thread Martin Liška
On 10/25/22 08:33, Jørgen Kvalsvik wrote: Gentle ping. I have a tuned the summary output slightly (decisions covered -> condition outcomes covered) already. Sorry for a small delay, I'm working on it. One general issue I noticed is you use an invalid coding style, where you use 4 spaces for e

Ping [PATCH] Add condition coverage profiling

2022-10-24 Thread Jørgen Kvalsvik via Gcc-patches
On 12/10/2022 12:16, Jørgen Kvalsvik wrote: > This patch adds support in gcc+gcov for modified condition/decision > coverage (MC/DC) with the -fprofile-conditions flag. MC/DC is a type of > test/code coverage and it is particularly important in the avation and > automotive industries for safety-cri