https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124238
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #20 from Richard Biener <rguenth at gcc dot gnu.org> ---
Fat-fingered the PR number again:
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.