public inbox for gcc-cvs-wwwdocs@sourceware.org
help / color / mirror / Atom feed
From: Alex Coplan <acoplan@sourceware.org>
To: gcc-cvs-wwwdocs@gcc.gnu.org
Subject: gcc-wwwdocs branch master updated. e69905abc27d2de2131118d5850c42b024e1c963
Date: Fri, 26 Apr 2024 13:25:58 +0000 (GMT)	[thread overview]
Message-ID: <20240426132558.84FB83858401@sourceware.org> (raw)

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

                 reply	other threads:[~2024-04-26 13:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240426132558.84FB83858401@sourceware.org \
    --to=acoplan@sourceware.org \
    --cc=gcc-cvs-wwwdocs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).