http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55397
Konstantin Serebryany <konstantin.s.serebryany at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dnovillo at google dot com --- Comment #3 from Konstantin Serebryany <konstantin.s.serebryany at gmail dot com> 2012-11-20 05:30:59 UTC --- FTR: my conversation with clang on this topic. http://comments.gmane.org/gmane.comp.compilers.clang.scm/42610 >From Diego: I don't know of any current effort in this area for GCC. If __has_feature() is desirable, patches documenting and implementing it would be welcome. The GCC pre-processor is jointly maintained by all the FE maintainers. I would start there. If we end up implementing a macro, may I ask it to be named ADDRESS_SANITIZER? This name is already used in a few places (Chromium, WebKit, etc).