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 cf67410589c49b1076e7a6f32e6ecb2ad78b828a (commit) from a886d546cbb54d071fe1bb83878bc7584de50800 (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 cf67410589c49b1076e7a6f32e6ecb2ad78b828a Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sat Apr 26 10:14:56 2025 +0200 gcc-15: Fix markup diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 1b7d0e1b..6659574f 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -388,7 +388,7 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;" text message of the diagnostic, and the quoted source. For example, in: <p><img src="diag-color-screenshot.png" - alt="screenshot of a C type error from GCC 15 showing color usage"/></p> + alt="screenshot of a C type error from GCC 15 showing color usage"></p> the left-hand type is shown in green and the right-hand type in dark blue. </li> @@ -1344,7 +1344,7 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;" </code></pre> where "text" has a string value such as: <pre><code> - "22 | /* end admins only <U+202E> {{ <U+2066>:*/\n" + "22 | /* end admins only <U+202E> {{ <U+2066>:*/\n" " | ~~~~~~~~ ~~~~~~~~ ^\n" " | | | |\n" " | | | end of bidirectional context\n" ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- gcc-wwwdocs