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 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. Thanks. I prefer to do the sam

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 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. If you are happy to test them then

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

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 E-Mai

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

2011-11-16 Thread Ramana Radhakrishnan
On 16 November 2011 08:25, Sebastian Huber wrote: > 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.5 branch.  I didn't run the test suite.  I only > compiled the arm-eabi-gcc and checked that th

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

2011-11-16 Thread Ramana Radhakrishnan
On 16 November 2011 08:23, Sebastian Huber wrote: > Hi, > > this is Jiangning Liu's patch to fix PR38644 in ARM back-end > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38644. OK to backports in all release branches. Before committing the backport please modify the changelog entry to indicate th

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

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.4 branch. I didn't run the test suite. I only compiled the arm-eabi-gcc and checked that this patch fixes the test case. -- Sebastian Huber, embedded b

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

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.5 branch. I didn't run the test suite. I only compiled the arm-eabi-gcc and checked that this patch fixes the test case. -- Sebastian Huber, embedded b

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. 3

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 wrote: On 11/02/2011 11:05 AM, Richard Guenther wrote: On Wed, Nov 2, 2011 at 3:27 AM, Jiangning Liu wrote: Hi, This patch is to fix PR38644 in ARM back-end. OK for trunk? For every d

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 wrote: > On 11/02/2011 11:05 AM, Richard Guenther wrote: >> >> On Wed, Nov 2, 2011 at 3:27 AM, Jiangning Liu >>  wrote: >>> >>> >  Hi, >>> > >>> >  This patch is to fix PR38644 in ARM back-end. OK for trunk? >>> > >>> >  For every detail, please refe

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 Liu 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

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 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. Thanks, Richard. > C

[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 PR rtl-optimization/38644 * config/arm/arm.c (thumb1_expand_epilogue): Add memory barrier