Re: [PATCH, ARM] Fix stack red zone bug (PR38644) for GCC 4.6

2012-01-10 Thread Sebastian Huber
On 01/09/2012 05:58 PM, Ramana Radhakrishnan wrote: On 9 January 2012 08:49, Sebastian Huber sebastian.hu...@embedded-brains.de wrote: What is missing to get this ported back to the GCC 4.6 branch? I ran a sanity check again today and backported them to the 4.6 branch. Sorry about the delay.

Re: [PATCH, ARM] Fix stack red zone bug (PR38644) for GCC 4.6

2012-01-09 Thread Sebastian Huber
What is missing to get this ported back to the GCC 4.6 branch? Btw. what is this ARM/embedded-4_6-branch for a branch? It seems to be more actively maintained. On 12/21/2011 09:10 AM, Sebastian Huber wrote: Would someone mind committing this to the 4.6 branch. Thanks. The test suite results

Re: [PATCH, ARM] Fix stack red zone bug (PR38644) for GCC 4.6

2012-01-09 Thread Ramana Radhakrishnan
On 9 January 2012 08:49, Sebastian Huber sebastian.hu...@embedded-brains.de wrote: What is missing to get this ported back to the GCC 4.6 branch? I ran a sanity check again today and backported them to the 4.6 branch. Sorry about the delay. I prefer to do the same for the 4.4 and 4.5 branches.

Re: [PATCH, ARM] Fix stack red zone bug (PR38644) for GCC 4.6

2011-12-21 Thread Sebastian Huber
Would someone mind committing this to the 4.6 branch. Thanks. The test suite results are only missing for the 4.4 and 4.5 branch. -- Sebastian Huber, embedded brains GmbH Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany Phone : +49 89 18 90 80 79-6 Fax : +49 89 18 90 80 79-9

Re: [PATCH, ARM] Fix stack red zone bug (PR38644) for GCC 4.6

2011-11-16 Thread Sebastian Huber
Hi, this is Jiangning Liu's patch to fix PR38644 in ARM back-end http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644. intended for the GCC 4.6 branch. Test results: http://gcc.gnu.org/ml/gcc-testresults/2011-11/msg01619.html -- Sebastian Huber, embedded brains GmbH Address : Obere Lagerstr.

Re: [PATCH, ARM] Fix stack red zone bug (PR38644)

2011-11-08 Thread Sebastian Huber
On 11/02/2011 11:05 AM, Richard Guenther wrote: On Wed, Nov 2, 2011 at 3:27 AM, Jiangning Liujiangning@arm.com wrote: Hi, This patch is to fix PR38644 in ARM back-end. OK for trunk? For every detail, please refer to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644. Ok in

Re: [PATCH, ARM] Fix stack red zone bug (PR38644)

2011-11-08 Thread Richard Guenther
On Tue, Nov 8, 2011 at 9:06 AM, Sebastian Huber sebastian.hu...@embedded-brains.de wrote: On 11/02/2011 11:05 AM, Richard Guenther wrote: On Wed, Nov 2, 2011 at 3:27 AM, Jiangning Liujiangning@arm.com  wrote:  Hi,  This patch is to fix PR38644 in ARM back-end. OK for trunk?  For

Re: [PATCH, ARM] Fix stack red zone bug (PR38644)

2011-11-08 Thread Sebastian Huber
On 11/08/2011 12:15 PM, Richard Guenther wrote: On Tue, Nov 8, 2011 at 9:06 AM, Sebastian Huber sebastian.hu...@embedded-brains.de wrote: On 11/02/2011 11:05 AM, Richard Guenther wrote: On Wed, Nov 2, 2011 at 3:27 AM, Jiangning Liujiangning@arm.com wrote: Hi, This patch is to

Re: [PATCH, ARM] Fix stack red zone bug (PR38644)

2011-11-02 Thread Richard Guenther
On Wed, Nov 2, 2011 at 3:27 AM, Jiangning Liu jiangning@arm.com wrote: Hi, This patch is to fix PR38644 in ARM back-end. OK for trunk? For every detail, please refer to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644. Ok in absence of any target maintainer objection within 24h.

[PATCH, ARM] Fix stack red zone bug (PR38644)

2011-11-01 Thread Jiangning Liu
Hi, This patch is to fix PR38644 in ARM back-end. OK for trunk? For every detail, please refer to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644. ChangeLog: 2011-11-2 Jiangning Liu jiangning@arm.com PR rtl-optimization/38644 * config/arm/arm.c