On 05/31/2017 10:31 AM, Alexander Monakov wrote: > On Wed, 31 May 2017, Martin Liška wrote: >> I added to common.opt: >> Common RejectNegative Joined UInteger Var(flag_no_sanitize_fn) PerFunction >> No sanitize flags for a function > > This needs a period at the end ("for a function.").
Ah, I see. > >> FAIL: compiler driver --help=optimizers option(s): "^ +-.*[^:.]$" absent >> from output: " -### No sanitize flags for a function" >> >> Should I add new flag IgnoreOption for the option? > > Adding the missing period should fix this failure. Good, however as Jakub noticed, overwriting '-###' is probably not solution. Martin > > Alexander >