Re: [RFC] Sanitizers difference in between GCC and LLVM

2017-10-18 Thread Martin Liška
On 10/18/2017 11:16 AM, Jakub Jelinek wrote: > On Wed, Oct 18, 2017 at 11:00:30AM +0200, Martin Liška wrote: >> Hi. >> >> I would like to use this thread to slightly describe differences in GCC and >> LLVM. >> I compared options support by both and: >> >> UBSAN: >> >> 1) >> gcc: error:

Re: [RFC] Sanitizers difference in between GCC and LLVM

2017-10-18 Thread Jakub Jelinek
On Wed, Oct 18, 2017 at 11:00:30AM +0200, Martin Liška wrote: > Hi. > > I would like to use this thread to slightly describe differences in GCC and > LLVM. > I compared options support by both and: > > UBSAN: > > 1) > gcc: error: unrecognized argument to -fsanitize= option: ‘nullability-arg’ >

[RFC] Sanitizers difference in between GCC and LLVM

2017-10-18 Thread Martin Liška
Hi. I would like to use this thread to slightly describe differences in GCC and LLVM. I compared options support by both and: UBSAN: 1) gcc: error: unrecognized argument to -fsanitize= option: ‘nullability-arg’ gcc: error: unrecognized argument to -fsanitize= option: ‘nullability-assign’ gcc: