This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".

The branch, master has been updated
       via  823b04aa91ca48a9f1d73b1fa2eda4d7b34400cf (commit)
      from  a4557009470684fe3cbb5b0ec4332ef840ae4aa0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 823b04aa91ca48a9f1d73b1fa2eda4d7b34400cf
Author: Andi Kleen <a...@linux.intel.com>
Date:   Sun Jul 28 21:23:14 2024 -0700

    add manual links for constexpr asm/musttail

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 1d0cfa16..3b3a6c0b 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -62,14 +62,16 @@ a work-in-progress.</p>
 
 <!-- <h3 id="c-family">C family</h3> -->
 <ul>
-  <li>A <code>musttail</code> statement attribute was added to enforce tail 
calls.</li>
+       <li>A <a 
href="https://gcc.gnu.org/onlinedocs/gcc/Statement-Attributes.html#index-musttail-statement-attribute";>
+           <code>musttail</code> statement attribute</a> was added to enforce 
tail calls.</li>
 </ul>
 
 <!-- <h3 id="cxx">C++</h3> -->
 
 <ul>
-  <li>Inline assembler statements now support <code>constexpr</code> generated 
strings,
-      analoguous to static_assert.</li>
+       <li>Inline assembler statements now support
+       <a 
href="https://gcc.gnu.org/onlinedocs/gcc/asm-constexprs.html";><code>constexpr</code>
 generated strings</a>,
+         analoguous to static_assert.</li>
 </ul>
 <!-- <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> -->
 

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-15/changes.html | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to