Re: [PATCH] options: Fix up -fsanitize-coverage= [PR104158]

2022-01-24 Thread Richard Biener via Gcc-patches
On Sat, Jan 22, 2022 at 1:50 AM Jakub Jelinek via Gcc-patches wrote: > > Hi! > > This is incremental patch to fix up -fsanitize-coverage= option > handling, allow -fno-sanitize-coverage= again, allow both > options together in one option or make > -fsanitize-coverage=trace-pc

[PATCH] options: Fix up -fsanitize-coverage= [PR104158]

2022-01-21 Thread Jakub Jelinek via Gcc-patches
Hi! This is incremental patch to fix up -fsanitize-coverage= option handling, allow -fno-sanitize-coverage= again, allow both options together in one option or make -fsanitize-coverage=trace-pc -fsanitize-coverage=trace-cmp actually enable both suboptions rather than the last one.