]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix handling of flag_rename_registers by a target.
authorMartin Liska <mliska@suse.cz>
Tue, 12 Oct 2021 14:05:49 +0000 (16:05 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 13 Oct 2021 13:02:43 +0000 (15:02 +0200)
commite415bc4c035b1b655cf2cafcbe515382d1cefc93
tree03fb7965fb001d52d8a39fe0955c79ba6b6092b5
parent3c0194d7ff21d61c02f3c6b111c83ef24a69e1f0
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.
gcc/common.opt
gcc/opts.c
gcc/toplev.c