http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55374
--- Comment #21 from Kostya Serebryany <kcc at gcc dot gnu.org> 2013-01-29 09:44:22 UTC --- > we could similarly error for > -static-libstdc++ -fsanitize=address combination. Maybe. Generally this works (in clang at least) and no one complained yet. The bug https://code.google.com/p/address-sanitizer/issues/detail?id=147 was found by code inspection when we were investigating a similar bug in tsan (now fixed). It should be quite rare in the wild. Still, "maybe yes".