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 f7d83f728408e1002228c1553ecba58a9c09c9b6 (commit) from 5fb1646f0af29002e8c6c00fc4cfc50baab199ef (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 f7d83f728408e1002228c1553ecba58a9c09c9b6 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sat Mar 1 22:24:35 2025 +0100 gcc-13: Simplify language around freestanding mode diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html index 49261e1b..4860c500 100644 --- a/htdocs/gcc-13/changes.html +++ b/htdocs/gcc-13/changes.html @@ -423,12 +423,12 @@ You may also want to check out our now available for freestanding compilation. The freestanding subset contains all the components made freestanding by <a href="https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p1642r11.html">P1642</a>, - but libstdc++ adds more components to the freestanding subset, + and libstdc++ adds more components such as <code>std::array</code> and <code>std::string_view</code>. Additionally, libstdc++ now respects the <code>-ffreestanding</code> compiler option and so it is not necessary to build a separate freestanding installation of libstdc++. Compiling with - <code>-ffreestanding</code> will restrict the available features to + <code>-ffreestanding</code> restricts the available features to the freestanding subset, even if libstdc++ was built as a full, hosted implementation. </li> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-13/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs