https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98971
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>: https://gcc.gnu.org/g:0d701e3eb89870237669ef7bf41394d90c35ae70 commit r11-7133-g0d701e3eb89870237669ef7bf41394d90c35ae70 Author: Martin Liska <mli...@suse.cz> Date: Fri Feb 5 13:11:44 2021 +0100 opts: fix handling of -fpatchable-function-entries option gcc/ChangeLog: PR lto/98971 * cfgexpand.c (pass_expand::execute): Parse per-function option flag_patchable_function_entry and use it. * common.opt: Remove function_entry_patch_area_size and function_entry_patch_area_start global variables. * opts.c (parse_and_check_patch_area): New function. (common_handle_option): Use it. * opts.h (parse_and_check_patch_area): New function. * toplev.c (process_options): Parse and use function_entry_patch_area_size.