public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
* gcc-wwwdocs branch master updated. e69905abc27d2de2131118d5850c42b024e1c963
@ 2024-04-26 13:25 Alex Coplan
  0 siblings, 0 replies; only message in thread
From: Alex Coplan @ 2024-04-26 13:25 UTC (permalink / raw)
  To: gcc-cvs-wwwdocs

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.coplan@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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-26 13:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-26 13:25 gcc-wwwdocs branch master updated. e69905abc27d2de2131118d5850c42b024e1c963 Alex Coplan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).