Fix warning message when using negative complex range options. (#84567)
When `-fcx-no-limited-range` or` -fno-cx-fortran-rules` follows another complex range option on the command line, it will trigger a warning with empty message. `warning: overriding '-fcx-fortran-rules' option with '' [-Woverriding-option]` or `warning: overriding '-fcx-limited-range' option with '' [-Woverriding-option]` This patch fixes that.
parent
80ab8234
Please register or sign in to comment