https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123238
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <[email protected]>: https://gcc.gnu.org/g:d1c90a1f9af10145019b34a7c59c187d776e77ba commit r16-7751-gd1c90a1f9af10145019b34a7c59c187d776e77ba Author: Richard Biener <[email protected]> Date: Thu Feb 26 08:42:54 2026 +0100 cobol/123238 - fix LTO bootstrap with cobol enabled This works around an issue resulting in link-failure of cobol1 when LTO bootstrap is used by removing unused <iostream> from the cobol frontend. PR cobol/123238 gcc/cobol/ * lexio.cc: Remove <iostream> include. (cdftext::process_file): Remove if (false) gated use of iostream code.
