[Bug target/123238] [15/16 Regression] poorer code for conditional select (VCOND vs VCOND_MASK)

cvs-commit at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Feb 27 06:13:34 GMT 2026


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 <rguenth@gcc.gnu.org>:

https://gcc.gnu.org/g:d1c90a1f9af10145019b34a7c59c187d776e77ba

commit r16-7751-gd1c90a1f9af10145019b34a7c59c187d776e77ba
Author: Richard Biener <rguenther@suse.de>
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.


More information about the Gcc-bugs mailing list