Re: [PATCH] Fix recent regression in tree-object-size.c (PR tree-optimization/59362)

2013-12-02 Thread Jeff Law
On 12/02/13 16:04, Jakub Jelinek wrote: Hi! Recent change to tree-object-size.c to fold stmts with immediate uses of __builtin_object_size result broke the pass, because it now can create new SSA_NAMEs and the code wasn't expecting that to happen. Fixed thusly, bootstrapped/regtested on x86_64-

[PATCH] Fix recent regression in tree-object-size.c (PR tree-optimization/59362)

2013-12-02 Thread Jakub Jelinek
Hi! Recent change to tree-object-size.c to fold stmts with immediate uses of __builtin_object_size result broke the pass, because it now can create new SSA_NAMEs and the code wasn't expecting that to happen. Fixed thusly, bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2013-