https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119625
--- Comment #6 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:15baa0055601a00b77e2e0ed6259bbc9e5ea5fa9 commit r15-9306-g15baa0055601a00b77e2e0ed6259bbc9e5ea5fa9 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Apr 8 11:53:34 2025 +0200 lto: Add & ~CF_SET into lto-opts.cc [PR119625] The following patch uses & ~CF_SET so that we get the -fcf-protection= options into .gnu.lto_.opts section even when it has CF_SET bit set. 2025-04-08 Jakub Jelinek <ja...@redhat.com> PR lto/119625 * lto-opts.cc (lto_write_options): Mask of CF_SET from global_options.x_flag_cf_protection.