Re: [PATCH, ARM] Fix PR target/49437 Thumb2 epilog with stack realignment

2011-08-12 Thread Ramana Radhakrishnan
On 3 August 2011 01:44, Joey Ye wrote: > > This patch fixes PR49437 with a single line change in ARM backend > and a regression test case for ARM target > > ChangeLog: > 2011-08-02  Matthew Gretton-Dann   >        PR target/49437 >        * config/arm/arm.c (arm_output_epilogue): Properly handle e

Re: [PATCH, ARM] Fix PR target/49437 Thumb2 epilog with stack realignment

2011-08-11 Thread Ye Joey
Ping ^ 2 On Fri, Aug 5, 2011 at 8:56 AM, Ye Joey wrote: > Ping > > On Wed, Aug 3, 2011 at 8:44 AM, Joey Ye wrote: >> >> This patch fixes PR49437 with a single line change in ARM backend >> and a regression test case for ARM target >> >> ChangeLog: >> 2011-08-02  Matthew Gretton-Dann   >>        

Re: [PATCH, ARM] Fix PR target/49437 Thumb2 epilog with stack realignment

2011-08-04 Thread Ye Joey
Ping On Wed, Aug 3, 2011 at 8:44 AM, Joey Ye wrote: > > This patch fixes PR49437 with a single line change in ARM backend > and a regression test case for ARM target > > ChangeLog: > 2011-08-02  Matthew Gretton-Dann   >        PR target/49437 >        * config/arm/arm.c (arm_output_epilogue): Pro

[PATCH, ARM] Fix PR target/49437 Thumb2 epilog with stack realignment

2011-08-02 Thread Joey Ye
This patch fixes PR49437 with a single line change in ARM backend and a regression test case for ARM target ChangeLog: 2011-08-02 Matthew Gretton-Dann PR target/49437 * config/arm/arm.c (arm_output_epilogue): Properly handle epilogue when stack was realigned in interru