This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/55374] [asan] -static-libasan -static-libstdc++ doesn't work


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]