Hello. Very simple patch fixes documentation. I'm going to install it to all active branches.
Martin gcc/ChangeLog: 2018-02-05 Martin Liska <mli...@suse.cz> PR gcov-profile/84137 * doc/gcov.texi: Fix typo in documentation. --- gcc/doc/gcov.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index b55ee852ef9..5af04d6397e 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -369,7 +369,7 @@ program source code. The format is Additional block information may succeed each line, when requested by command line option. The @var{execution_count} is @samp{-} for lines containing no code. Unexecuted lines are marked @samp{#####} or -@samp{====}, depending on whether they are reachable by +@samp{=====}, depending on whether they are reachable by non-exceptional paths or only exceptional paths such as C++ exception handlers, respectively. Given @samp{-a} option, unexecuted blocks are marked @samp{$$$$$} or @samp{%%%%%}, depending on whether a basic block