On Thu, 2 Mar 2023, Jakub Jelinek wrote:
> Tobias mentioned on IRC that assume attribute wasn't mentioned in
> changes.html.  The P1774R8 entry was missing for C++, so I went through
> projects/cxx-status.html#cxx23 and filled in all the missing papers
> which have been implemented newly in GCC 13, plus a small note for C family
> about assume attribute.

Nice!

There was a small markup issue -- unclosed <a href=...> -- which I fixed 
thusly.

Gerald


commit ec6f12dc7c229ba1662706c14083e6f3a78e2760
Author: Gerald Pfeifer <ger...@pfeifer.com>
Date:   Fri Mar 3 23:53:21 2023 +0100

    gcc-13: Properly close an <a href...>

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 839b73d0..cb6a9ec2 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -184,7 +184,7 @@ a work-in-progress.</p>
   </li>
   <li>A new statement attribute for C++23 <a 
href="https://wg21.link/p1774r8";>P1774R8</a> Portable
       assumptions support also in C or older C++:
-    <a 
href="https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html#index-assume-statement-attribute";><code>__attribute__((assume(EXPR)));</code>
+      <a 
href="https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html#index-assume-statement-attribute";><code>__attribute__((assume(EXPR)));</code></a>
   </li>
 </ul>
 

Reply via email to