Re: [PATCH] Fix -minline-stringops-dynamically (PR target/69432)

2016-01-22 Thread Jan Hubicka
> Hi! > > With this option we generate a conditional library call. When expanding > such a call, do_pending_stack_adjust () is performed from expand_call > and if there are any needed sp adjustments, they are emitted. The > problem is that this happens only in conditionally executed code, so on

[PATCH] Fix -minline-stringops-dynamically (PR target/69432)

2016-01-22 Thread Jakub Jelinek
Hi! With this option we generate a conditional library call. When expanding such a call, do_pending_stack_adjust () is performed from expand_call and if there are any needed sp adjustments, they are emitted. The problem is that this happens only in conditionally executed code, so on some path th