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.

constinit and optimized dynamic initialization +
  • The Clang language extensions __has_feature and + __has_extension 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. +
  • Runtime Library (libstdc++)