http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
--- Comment #18 from Jakub Jelinek <jakub at gcc dot gnu.org> 2013-01-29 09:13:27 UTC --- (In reply to comment #17) > Note that there is at least one known bug in asan with -static-libstdc++ > https://code.google.com/p/address-sanitizer/issues/detail?id=147 As with the patch for this PR -lasan is linked before -lstdc++, the wrapper should kick in. But the patch is still unreviewed.