On Wed, 4 Apr 2018, Jakub Jelinek wrote:
> Following patch documents store merging improvements, 
> -fsanitize=builtin, -fsanitize=pointer-overflow and C++2A progress.

This is the week of release notes updates, it seems? :-)

> +    The undefined behavior sanitizer gained two new options included in
> +    <code>-fsanitize=undefined</code>: <code>-fsanitize=builtin</code> which
> +    diagnoses at runtime invalid arguments to <code>__builtin_clz</code> or

I always end up looking it myself: codingconventions.html says to
use "run time" as the noun.

> +    <code>__builtin_ctz</code> prefixed builtins, and
> +    <code>-fsanitize=pointer-overflow</code> which performs cheap runtime
> +    tests for pointer wrapping.

And that one as well.  (I think, unless we consider it an adjective
in which case it would be "run-time".)

> +    For a full list of new features,
> +    see <a href="https://gcc.gnu.org/projects/cxx-status.html#cxx2a";>the C++
> +    status page</a>.

For this page (changes.html) I _think_ relative links should work.


Okay with those changes (and the one I saw Martin suggest).  Thanks!

Gerald

Reply via email to