This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/69278] Confusion option handling for -sanitize-recovery=alll


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69278

--- Comment #8 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Martin Liška from comment #7)
> Well, the actual difference is that they enabled by default
> -fsanitize-recover=address:
> 
> ~/bin/llvm/bin/clang -fsanitize=address /tmp/leak.c ; grep store leak.s
> 	callq	__asan_report_store4_noabort

Wrong comment (it's not enabled by default):

~/bin/llvm/bin/clang -fsanitize=address /tmp/leak.c -S ; grep store leak.s
        callq   __asan_report_store4

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]