https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78204
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |NEW Severity|normal |enhancement --- Comment #3 from Martin Liška <marxin at gcc dot gnu.org> --- As I'm reading the source code, there's no option to do that. Apart from 'no_sanitize' attribute, GCC supports 'no_sanitize_undefined' attribute (clang does not) and clang has 'no_sanitize_memory' (not handled by GCC). I welcome the ability to have finer attributes for sanitizer and I can do that. What's Jakub thinking about it?