On Thu, Jan 27, 2022 at 04:00:01PM +0530, Siddhesh Poyarekar wrote:
> Signed-off-by: Siddhesh Poyarekar <[email protected]>
> ---
> htdocs/gcc-12/changes.html | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
> index c69b301e..c6baee75 100644
> --- a/htdocs/gcc-12/changes.html
> +++ b/htdocs/gcc-12/changes.html
> @@ -157,6 +157,8 @@ a work-in-progress.</p>
> <li>A new built-in function, <code>__builtin_assoc_barrier</code>, was
> added.
> It can be used to inhibit re-association of floating-point
> expressions.</li>
> + <li>Support for <code>__builtin_dynamic_object_size</code> compatible with
> + the clang language extension was added.</li>
> <li>New warnings:
> <ul>
> <li><code>-Wbidi-chars</code> warns about potentially misleading UTF-8
Ok.
Jakub