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

2022-01-12 Thread Martin Liška
obvious. MartinFrom 98b5359b474e4de89ebc1ea5203ca907738f7d7f Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 12 Jan 2022 12:48:33 +0100 Subject: [PATCH] opts: do not do sanity check when an error is seen PR target/103804 gcc/c-family/ChangeLog: * c-attribs.c (handle_optimize_attribute): Do

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

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

2021-12-16 Thread Martin Liška
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-family/ChangeLog: * c-pragma.c (han