Re: [PATCH] gcov: annotate uncovered branches [PR107537]

2022-12-15 Thread Martin Liška
On 12/14/22 21:03, Michael Förderer via Gcc-patches wrote: > Dear all, > > this is a patch to print the gcov annotations (fallthrough or throw) als > to uncovered branches. Hey. It's fine and I've just pushed the revision on your behalf: https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=c263c3eba89

[PATCH] gcov: annotate uncovered branches [PR107537]

2022-12-14 Thread Michael Förderer via Gcc-patches
Dear all, this is a patch to print the gcov annotations (fallthrough or throw) als to uncovered branches. Best regards, Michael From b65cfc8a837cd9d1b6421978865210e59ba62e0e Mon Sep 17 00:00:00 2001 From: Spacetown Date: Sun, 4 Dec 2022 21:03:34 +0100 Subject: [PATCH] gcov: annotate