Re: [PATCH] driver: Improve option diagnostics [PR103465]

2021-12-23 Thread Jeff Law via Gcc-patches
On 12/10/2021 3:04 AM, Martin Liška wrote: It happens that options are parsed and various diagnostics happen in finish_options. That's a proper place as the function is also called for optimize/target attributes (pragmas). However, it is possible that target overwrites an option from command

[PATCH] driver: Improve option diagnostics [PR103465]

2021-12-10 Thread Martin Liška
It happens that options are parsed and various diagnostics happen in finish_options. That's a proper place as the function is also called for optimize/target attributes (pragmas). However, it is possible that target overwrites an option from command line and so the diagnostics does not happen.