Re: [PATCH] Fix create_expression_by_pieces (PR tree-optimization/56381)

2013-02-19 Thread Richard Biener
On Mon, 18 Feb 2013, Jeff Law wrote: > On 02/18/13 15:32, Jakub Jelinek wrote: > > Hi! > > > > This accesses one past the last initialized argument. > > Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for > > trunk? > > > > 2013-02-18 Jakub Jelinek > > > > PR tree

Re: [PATCH] Fix create_expression_by_pieces (PR tree-optimization/56381)

2013-02-18 Thread Jeff Law
On 02/18/13 15:32, Jakub Jelinek wrote: Hi! This accesses one past the last initialized argument. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-02-18 Jakub Jelinek PR tree-optimization/56381 * tree-ssa-pre.c (create_expression_by_pie

[PATCH] Fix create_expression_by_pieces (PR tree-optimization/56381)

2013-02-18 Thread Jakub Jelinek
Hi! This accesses one past the last initialized argument. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-02-18 Jakub Jelinek PR tree-optimization/56381 * tree-ssa-pre.c (create_expression_by_pieces): Fix up last argument to fold