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

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Nov 21 11:47:00 GMT 2016


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

--- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> ---
I've just verified that clang 3.8.1 emits *_noabort calls with
-fsanitize-recover=all:

$ clang++ -fsanitize=address -fsanitize-recover=all /tmp/leak.c -S ; grep store
leak.s
        callq   __asan_report_store4_noabort

Thus, do we want to change the behavior for GCC 7.1?


More information about the Gcc-bugs mailing list