https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122954
--- 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:f76e54a7cff14bfbbb1d83c45e042b18c325ce67 commit r16-5827-gf76e54a7cff14bfbbb1d83c45e042b18c325ce67 Author: Jose E. Marchesi <[email protected]> Date: Tue Dec 2 11:06:45 2025 +0100 a68: remove superfluous code detected by cppcheck [PR algol68/122954] This commits fixes three instances of harmless but redundant code, detected by cppcheck. gcc/algol68/ChangeLog PR algol68/122954 * a68-low-clauses.cc (serial_clause_dsa): Avoid redundant initialization. * a68-parser-modes.cc (compute_derived_modes): Likewise. * a68-low.cc (a68_lower_tree): Remove redundant break.
