https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67368
Loïc Yhuel <loic.yhuel at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |loic.yhuel at gmail dot com --- Comment #4 from Loïc Yhuel <loic.yhuel at gmail dot com> --- (In reply to Andrey Ryabinin from comment #3) > Nope, it was prohibited because no_sanitize_address didn't work for inlined > function https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59600. So this case should work : functions inlined into a no_sanitize_address function would have the sanitizer disabled. Unlike the opposite, which could crash, this one only could fail to detect issues at runtime, so perhaps it should only be a warning.