Re: [PATCH 04/10] Allow asan at -O0

2012-11-06 Thread Diego Novillo
On 2012-11-02 15:58 , Dodji Seketeli wrote: This patch defines a new asan pass gate that is activated at -O0, in addition to the pass that was initially activated at -O3 level The patch also does some comment cleanups here and there. * asan.c (build_check_stmt): Rename join_bb variable

[PATCH 04/10] Allow asan at -O0

2012-11-02 Thread Dodji Seketeli
This patch defines a new asan pass gate that is activated at -O0, in addition to the pass that was initially activated at -O3 level The patch also does some comment cleanups here and there. * asan.c (build_check_stmt): Rename join_bb variable to else_bb. (gate_asan_O0): New