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 e69905abc27d2de2131118d5850c42b024e1c963 (commit) from c4af1db30a0b7cbc710309a779eb967d801dfdde (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 e69905abc27d2de2131118d5850c42b024e1c963 Author: Alex Coplan <alex.cop...@arm.com> Date: Fri Apr 26 11:02:25 2024 +0100 gcc-14/changes.html: Mention __has_{feature,extension} This adds a note to the GCC 14 release notes mentioning support for __has_{feature,extension} (PR60512). diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index a07fe65b..55b148da 100644 --- a/htdocs/gcc-14/changes.html +++ b/htdocs/gcc-14/changes.html @@ -305,7 +305,15 @@ a work-in-progress.</p> <li>Further clean up and improvements to the GNAT code.</li> </ul> -<!-- <h3 id="c-family">C family</h3> --> +<h3 id="c-family">C family</h3> +<ul> + <li>The Clang language extensions <code>__has_feature</code> and + <code>__has_extension</code> have been implemented in GCC. These + are available from C, C++, and Objective-C(++). + This is primarily intended to aid the portability of code written + against Clang. + </li> +</ul> <h3 id="c">C</h3> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs