Re: [PATCH] Fix handle_char_store in strlen pass (PR tree-optimization/57230)

2013-05-13 Thread Richard Biener
On Fri, 10 May 2013, Jakub Jelinek wrote: > Hi! > > I've apparently missed one spot, where store of zero value was assumed, > but not actually verified. Fixed thusly, bootstrapped/regtested on > x86_64-linux and i686-linux, ok for trunk/4.8/4.7? Ok. Thanks, Richard. > 2013-05-10 Jakub Jeline

[PATCH] Fix handle_char_store in strlen pass (PR tree-optimization/57230)

2013-05-10 Thread Jakub Jelinek
Hi! I've apparently missed one spot, where store of zero value was assumed, but not actually verified. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk/4.8/4.7? 2013-05-10 Jakub Jelinek PR tree-optimization/57230 * tree-ssa-strlen.c (handle_ch