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 978fe8040edc3f752814f46b8ccc2cdc508489df (commit) from 127a4caf32709a506fb1c947f6fac8d0cbf32e39 (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 978fe8040edc3f752814f46b8ccc2cdc508489df Author: Georg-Johann Lay <a...@gjlay.de> Date: Wed Feb 12 23:14:03 2025 +0100 gcc-15/changes: Fix a typo __int24 -> __uint24. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index d7919379..9359e562 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -480,7 +480,7 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;" program memory. Objects in the <code>__flashx</code> address space are located in the <code>.progmemx.data</code> section.</li> <li>Apart from the built-in types <code>__int24</code> and - <code>__int24</code> supported since v4.7, support has been added for the + <code>__uint24</code> supported since v4.7, support has been added for the <code>signed __int24</code> and <code>unsigned __int24</code> types.</li> <li>Code generation for the 32-bit integer shifts with constant offset has been improved. The code size may slightly increase even ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs