Re: [PATCH] Simplify option handling for -fsanitize-coverage

2021-06-02 Thread Jeff Law via Gcc-patches
On 5/31/2021 4:46 AM, Martin Liška wrote: PING^1 On 5/20/21 12:43 PM, Martin Liška wrote: The simplification patch improves option completion and handling of the option. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/Change

Re: [PATCH] Simplify option handling for -fsanitize-coverage

2021-05-31 Thread Martin Liška
PING^1 On 5/20/21 12:43 PM, Martin Liška wrote: The simplification patch improves option completion and handling of the option. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: * common.opt: Use proper Enum value

Re: [PATCH] Simplify option handling for -fsanitize-coverage

2021-05-20 Thread Martin Liška
On 5/20/21 3:26 PM, Bernhard Reutner-Fischer wrote: On 20 May 2021 12:43:17 CEST, "Martin Liška" wrote: /* Given ARG, an unrecognized sanitizer option, return the best matching sanitizer option, or NULL if there isn't one. OPTS is array of candidate sanitizer options. - CODE is O

Re: [PATCH] Simplify option handling for -fsanitize-coverage

2021-05-20 Thread Bernhard Reutner-Fischer via Gcc-patches
On 20 May 2021 12:43:17 CEST, "Martin Liška" wrote: > /* Given ARG, an unrecognized sanitizer option, return the best > matching sanitizer option, or NULL if there isn't one. > OPTS is array of candidate sanitizer options. >- CODE is OPT_fsanitize_, OPT_fsanitize_recover_ or >- OPT_f

[PATCH] Simplify option handling for -fsanitize-coverage

2021-05-20 Thread Martin Liška
The simplification patch improves option completion and handling of the option. Patch can bootstrap on x86_64-linux-gnu and survives regression tests. Ready to be installed? Thanks, Martin gcc/ChangeLog: * common.opt: Use proper Enum values. * opts.c (COVERAGE_SANITIZER_OPT): R