This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] gcc-8/changes.html additions
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 4 Apr 2018 21:59:42 +0200 (CEST)
- Subject: Re: [wwwdocs] gcc-8/changes.html additions
- References: <20180404074303.GH8577@tucnak>
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