]> gcc.gnu.org Git - 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>
Fri, 6 May 2022 09:13:12 +0000 (11:13 +0200)
commitae6271d5e30bdcaf834a6720632bf9c18ab462fd
tree467f3975f589b130c1f9e6bb11b3006e459f00b8
parent30b5b785abfff334bb50d7fd2051e991324f051f
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.

(cherry picked from commit 99f55024b0609e0d85f6c58828faad3c51a49749)
gcc/opts.cc
This page took 0.054755 seconds and 5 git commands to generate.