Re: [PATCH] PR55033: Fix

2013-05-10 Thread Sebastian Huber
On 05/10/2013 03:55 AM, Alan Modra wrote: On Thu, May 09, 2013 at 08:47:19AM -0700, Richard Henderson wrote: On 02/22/2013 02:51 AM, Alan Modra wrote: Richard, can I bother you with a review request? http://gcc.gnu.org/ml/gcc-patches/2013-02/msg00544.html Sorry for the truly excessive delay h

Re: [PATCH] PR55033: Fix

2013-05-09 Thread Alan Modra
On Thu, May 09, 2013 at 08:47:19AM -0700, Richard Henderson wrote: > On 02/22/2013 02:51 AM, Alan Modra wrote: > > Richard, can I bother you with a review request? > > http://gcc.gnu.org/ml/gcc-patches/2013-02/msg00544.html > > Sorry for the truly excessive delay here. > > This patch is ok for ma

Re: [PATCH] PR55033: Fix

2013-05-09 Thread Richard Henderson
On 02/22/2013 02:51 AM, Alan Modra wrote: > Richard, can I bother you with a review request? > http://gcc.gnu.org/ml/gcc-patches/2013-02/msg00544.html Sorry for the truly excessive delay here. This patch is ok for mainline and 4.8.1. r~

Re: [PATCH] PR55033: Fix

2013-04-15 Thread David Edelsohn
Sebastian, Alan's patch is related to some original work by Richard Henderson and Richard has told both Alan and I that he eventually will review the patch. If someone else wants to review the patch before he gets to it, that would be great as well. Thanks, David > would one of the global revie

Re: [PATCH] PR55033: Fix

2013-04-15 Thread Sebastian Huber
Hello, would one of the global reviewers mind having a look at this? The comment #2 of PR55033 clearly shows that this is a compiler bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55033#c2 Alan Modra proposed a patch to fix this problem only one day after the bug report. This was in Octobe

Re: [PATCH] PR55033: Fix

2013-04-01 Thread Alan Modra
On Sat, Mar 30, 2013 at 06:29:36PM -0400, David Edelsohn wrote: > How can we make progress to get this patch committed on trunk, 4.8 and 4.7? I have OKs for the config/i386/winnt.c and config/rs6000/rs6000.c parts. I just need someone who is authorized to review patches to varasm.c, and is willin

Re: [PATCH] PR55033: Fix

2013-03-30 Thread David Edelsohn
Alan, How can we make progress to get this patch committed on trunk, 4.8 and 4.7? Thanks, David

Re: [PATCH] PR55033: Fix

2013-03-25 Thread Sebastian Huber
Hello, since GCC 4.8.0 is now released it would be very kind if someone can decide if this fix for PR55033 can be integrated in the 4.8 branch and/or trunk. For 32-bit Book E PowerPC targets this bug is a show stopper from my point of view. Even though this is only tertiary GCC platform with

Re: [PATCH] PR55033: Fix

2013-02-27 Thread Sebastian Huber
Hello, so now we have the approval of the Windows specific part. David Edelsohn said that the rs6000 specific part is all right: http://gcc.gnu.org/ml/gcc/2013-02/msg00186.html This patch is available for review since October 2012. What is missing to get this finally committed to GCC 4.8?

Re: [PATCH] PR55033: Fix

2013-02-24 Thread Dave Korn
On 12/02/2013 16:11, Sebastian Huber wrote: > This patch from Alan Modra fixes a section type conflict error. See also > > http://gcc.gnu.org/ml/gcc-patches/2012-10/msg02172.html The Windows part is OK. I ran the g++ testsuite (gcc/, not libstdc) with no change before and after. cheers,