[PATCH] Add no_sanitize_address attribute (PR sanitizer/56454)

2013-02-28 Thread Jakub Jelinek
Hi! I'm not very happy about the renaming of the attribute, but it happened in clang already, so here is a patch to do the same in gcc too. The old name of the attribute is recognized too for compatibility e.g. with code written for clang 3.[12] sanitizer, and during attribute parsing changed

Re: [PATCH] Add no_sanitize_address attribute (PR sanitizer/56454)

2013-02-28 Thread Dodji Seketeli
Jakub Jelinek ja...@redhat.com writes: Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-02-28 Konstantin Serebryany konstantin.s.serebry...@gmail.com Jakub Jelinek ja...@redhat.com PR sanitizer/56454 * asan.c (gate_asan): Lookup