Re: [PING][PATCH,ARM] Fix PR56732 - backport to gcc 4.8

2013-05-24 Thread Ramana Radhakrishnan
On 05/24/13 13:26, Greta Yorsh wrote: This patch (trunk r198547) http://gcc.gnu.org/ml/gcc-patches/2013-05/msg00061.html fixes an ICE in gcc 4.8: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56732 Ok to backport to 4.8 branch? Ok. regards Ramana Thanks, Greta gcc/ChangeLog 2013-05-02 Gr

[PING][PATCH,ARM] Fix PR56732 - backport to gcc 4.8

2013-05-24 Thread Greta Yorsh
t; To: Greta Yorsh > Cc: GCC Patches; Ramana Radhakrishnan; diffg...@gmail.com; > enrico.sch...@informatik.tu-chemnitz.de; mi...@it.uu.se > Subject: Re: [PATCH,ARM] Fix PR56732 > > On 02/05/13 13:52, Greta Yorsh wrote: > > Epilogue in RTL (r188743) generated for naked functions a

Re: [PATCH,ARM] Fix PR56732

2013-05-02 Thread Richard Earnshaw
On 02/05/13 13:52, Greta Yorsh wrote: Epilogue in RTL (r188743) generated for naked functions adds simple return jump insn and causes an ICE, as described here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56732 There is a missing check of really_return argument in arm_expand_epilogue. This patch

[PATCH,ARM] Fix PR56732

2013-05-02 Thread Greta Yorsh
Epilogue in RTL (r188743) generated for naked functions adds simple return jump insn and causes an ICE, as described here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56732 There is a missing check of really_return argument in arm_expand_epilogue. This patch adds the missing check and a new test.