]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fixup OPTION_SET_P usage in finish_options
authorRichard Biener <rguenther@suse.de>
Tue, 3 May 2022 08:23:51 +0000 (10:23 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 3 May 2022 08:25:45 +0000 (10:25 +0200)
commit99f55024b0609e0d85f6c58828faad3c51a49749
tree97bb792b8e953a3cb4d1312185a534ed3b1f10f4
parentdfae0c5a29f336cdab234b28999f9ba9dc20a4d0
Fixup OPTION_SET_P usage in finish_options

When some code was moved from process_options to finish_options,
uses of OPTION_SET_P were not replaced with references to the
opts_set option set.  The following fixes this.

2022-05-03  Richard Biener  <rguenther@suse.de>

* opts.cc: #undef OPTIONS_SET_P.
(finish_options): Use opts_set instead of OPTIONS_SET_P.
gcc/opts.cc