On Tue, 3 Apr 2018, Martin Liška wrote: > I would like to document features I prepared in time frame of GCC 8.
A few observations in addition what Martin (S.) provided (Thanks!): Index: htdocs/gcc-8/changes.html =================================================================== + <li>GCOV tool can use TERM colors to provide more readable output.</li> Similar to Martin's note. "GCOV" or the "The GCOV tool", though in the latter case probably "The <code>gcov</code> tool"? + <li>AddressSanitizer gained a new pair of sanitization options, + -fsanitize=pointer-compare and -fsanitize=pointer-subtract, which <code>-fsanitize...</code>, twice. This looks fine with those changes and the others pointed out, thanks! Gerald