https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115540
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-14 branch has been updated by Gaius Mulley <ga...@gcc.gnu.org>: https://gcc.gnu.org/g:8701cdbf8df3f746df85882878beb8e8f897b014 commit r14-10967-g8701cdbf8df3f746df85882878beb8e8f897b014 Author: Gaius Mulley <gaiusm...@gmail.com> Date: Fri Nov 22 19:46:44 2024 +0000 [PATCH] PR modula2/115540 gcc/m2/mc-boot-ch/Gtermios.cc error return-statement with a value This patch fixes three occurrences of cfmakeraw use in the hand built m2 support libraries which incorrectly attempt to return a void result. gcc/m2/ChangeLog: PR modula2/115540 * gm2-libs-ch/termios.c (cfmakeraw): Remove return. * mc-boot-ch/Gtermios.cc (cfmakeraw): Remove return. * pge-boot/Gtermios.cc (cfmakeraw): Remove return. (cherry picked from commit d16355c72c7f7b54ecf06371d14d7ad309ea4c34) Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>