Re: patch to fix PR58335

2013-09-18 Thread Vladimir Makarov
On 09/12/2013 02:27 PM, Vladimir Makarov wrote: > The following patch fixes > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58335 > > It required to implement a new approach for elimination updates for > insn frame_pointer = hard_frame_pointer + offset. The previous > implementation used parsi

patch to fix PR58335

2013-09-12 Thread Vladimir Makarov
The following patch fixes http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58335 It required to implement a new approach for elimination updates for insn frame_pointer = hard_frame_pointer + offset. The previous implementation used parsing insns generated for offset elimination for given insn. I