Re: [PATCH] opts: do not do sanity check when an error is seen

2022-01-12 Thread Martin Liška
On 12/16/21 17:44, Jeff Law wrote: On 12/16/2021 7:37 AM, Martin Liška wrote: Do not check global options modification when an error is seen in parsing of options (pragmas or attributes). Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Ma

Re: [PATCH] opts: do not do sanity check when an error is seen

2021-12-16 Thread Jeff Law via Gcc-patches
On 12/16/2021 7:37 AM, Martin Liška wrote: Do not check global options modification when an error is seen in parsing of options (pragmas or attributes). Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin PR target/103709 gcc/c-f