https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126330
--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jose E. Marchesi <[email protected]>: https://gcc.gnu.org/g:a69f9f381f229ae33cb18803d0fa916801b23570 commit r17-2576-ga69f9f381f229ae33cb18803d0fa916801b23570 Author: Jose E. Marchesi <[email protected]> Date: Mon Jul 20 23:13:56 2026 +0200 a68: fix lowering of maxabschar [PR algol68/126330] Signed-off-by: Jose E. Marchesi <[email protected]> gcc/algol68/ChangeLog PR algol68/126330 * a68-low-chars.cc (a68_char_max): abscharmax is an int, not a char. gcc/testsuite/ChangeLog * algol68/execute/max-abs-char-1.a68: New test.
