Re: [asan, tsan] Don't ICE with -Og -fsanitize=address

2012-11-27 Thread Richard Biener
On Tue, Nov 27, 2012 at 3:09 PM, Jakub Jelinek wrote: > Hi! > > I've noticed we don't schedule asan/tsan passes for -Og, which results in > ICEs. For -O0 that is handled by pass_[at]san_O0, but for -Og which also > doesn't use the normal optimization queue there is nothing. > > Ok for trunk? Ok.

[asan, tsan] Don't ICE with -Og -fsanitize=address

2012-11-27 Thread Jakub Jelinek
Hi! I've noticed we don't schedule asan/tsan passes for -Og, which results in ICEs. For -O0 that is handled by pass_[at]san_O0, but for -Og which also doesn't use the normal optimization queue there is nothing. Ok for trunk? 2012-11-27 Jakub Jelinek * passes.c (init_optimization_pas