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 c44e8f7e329c1a4eb32a227849bc78a105bfca96 (commit) from c993f665199fcb6e11b67ad6896796c7ca59cca4 (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 c44e8f7e329c1a4eb32a227849bc78a105bfca96 Author: Jakub Jelinek <ja...@redhat.com> Date: Fri Feb 28 16:09:40 2025 +0100 Remove comment about #embed being available as an extension for C++ now that it is in C++26. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index d6e53005..33880e53 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -184,8 +184,7 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;" to your build flags, or port your code; see <a href="porting_to.html#c23">the porting notes</a>. <li>Some more C23 features have been implemented: <ul> - <li><code>#embed</code> preprocessing directive support - (as an extension enabled in C++ as well).</li> + <li><code>#embed</code> preprocessing directive support.</li> <li>Support for <code>unsequenced</code> and <code>reproducible</code> attributes.</li> <li><code>__STDC_VERSION__</code> predefined macro value changed ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs