public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] wwwdocs: Add note to changes.html for __has_{feature,extension}
@ 2024-04-04 10:00 Alex Coplan
  2024-04-15 10:13 ` Alex Coplan
  0 siblings, 1 reply; 8+ messages in thread
From: Alex Coplan @ 2024-04-04 10:00 UTC (permalink / raw)
  To: gcc-patches; +Cc: Jason Merrill, Marek Polacek, Joseph Myers, Iain Sandoe

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

Hi,

This adds a note to the GCC 14 release notes mentioning support for
__has_{feature,extension} (PR60512).

OK to commit?

Thanks,
Alex

[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 658 bytes --]

diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 9fd224c1..facead8d 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -242,6 +242,12 @@ a work-in-progress.</p>
       <code>constinit</code> and optimized dynamic initialization</li>
     </ul>
   </li>
+  <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>
 
 <h4 id="libstdcxx">Runtime Library (libstdc++)</h4>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-05-01 11:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-04 10:00 [PATCH] wwwdocs: Add note to changes.html for __has_{feature,extension} Alex Coplan
2024-04-15 10:13 ` Alex Coplan
2024-04-15 20:22   ` Eric Gallager
2024-04-17 15:41   ` Marek Polacek
2024-04-26 10:12     ` Alex Coplan
2024-04-26 13:14       ` Marek Polacek
2024-04-26 13:31         ` Alex Coplan
2024-05-01 11:27         ` Gerald Pfeifer

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).