http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55379
Konstantin Serebryany <konstantin.s.serebryany at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |konstantin.s.serebryany at | |gmail dot com --- Comment #3 from Konstantin Serebryany <konstantin.s.serebryany at gmail dot com> 2012-11-18 18:58:00 UTC --- Note: fully static linking is not supported by libsanitizer at all and I don't think it will. Reason: on linux asan uses "dlsym(RTLD_NEXT, ...)" and on Mac it uses (will soon use) function inerposition. Neither works for fully static binaries, afaict.