https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102688
--- Comment #3 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:e415bc4c035b1b655cf2cafcbe515382d1cefc93 commit r12-4370-ge415bc4c035b1b655cf2cafcbe515382d1cefc93 Author: Martin Liska <mli...@suse.cz> Date: Tue Oct 12 16:05:49 2021 +0200 Fix handling of flag_rename_registers by a target. PR target/102688 gcc/ChangeLog: * common.opt: Use EnabledBy instead of detection in finish_options and process_options. * opts.c (finish_options): Remove handling of x_flag_unroll_all_loops. * toplev.c (process_options): Likewise for flag_web and flag_rename_registers.