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 5ae0f1dc042d644f3831a4dacfd0977a48491077 (commit) from d957b42266df71806b0173990eecf361e177f631 (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 5ae0f1dc042d644f3831a4dacfd0977a48491077 Author: Andi Kleen <a...@linux.intel.com> Date: Fri Jul 19 23:35:01 2024 -0700 Document musttail and constexpr asm in release notes diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index a121f40a..1d0cfa16 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -61,8 +61,16 @@ a work-in-progress.</p> <!-- <h3 id="ada">Ada</h3> --> <!-- <h3 id="c-family">C family</h3> --> +<ul> + <li>A <code>musttail</code> statement attribute 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> +</ul> <!-- <h4 id="libstdcxx">Runtime Library (libstdc++)</h4> --> <!-- <h3 id="d">D</h3> --> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 8 ++++++++ 1 file changed, 8 insertions(+) hooks/post-receive -- gcc-wwwdocs