Re: Help w/ PR61538?

2014-08-07 Thread Jonathan Wakely
On 7 August 2014 06:33, Joshua Kinardwrote: For my own information, what's the cutoff date for fixes to regressions like this to make it into gcc-4.9.1? A month ago, https://gcc.gnu.org/ml/gcc/2014-07/msg00103.html The GCC home page has links to the status report emails for each active branch.

Re: Help w/ PR61538?

2014-08-07 Thread Jeff Law
On 08/07/14 03:16, Jonathan Wakely wrote: On 7 August 2014 06:33, Joshua Kinardwrote: For my own information, what's the cutoff date for fixes to regressions like this to make it into gcc-4.9.1? A month ago, https://gcc.gnu.org/ml/gcc/2014-07/msg00103.html The GCC home page has links to the

Re: Help w/ PR61538?

2014-08-07 Thread Jakub Jelinek
On Thu, Aug 07, 2014 at 10:01:30AM -0600, Jeff Law wrote: On 08/07/14 03:16, Jonathan Wakely wrote: On 7 August 2014 06:33, Joshua Kinardwrote: For my own information, what's the cutoff date for fixes to regressions like this to make it into gcc-4.9.1? A month ago,

Re: Help w/ PR61538?

2014-08-06 Thread Joshua Kinard
On 07/28/2014 17:38, Matthew Fortune wrote: I'll switch to replying on PR61538. I had not read all the ticket previously and although I may have found a problem it seems it may not be the cause of this failure. The generated code differences after the patches seem significant but I may not

RE: Help w/ PR61538?

2014-07-28 Thread Matthew Fortune
Hi Joshua, I know very little about this area but I'll try and offer some advice anyway... On 07/05/2014 23:43, Joshua Kinard wrote: Hi, I filed PR61538 about two weeks ago, regarding gcc-4.8.x and up not compiling a g++/pthreads-linked app correctly on SGI R1x000-based systems

Re: Help w/ PR61538?

2014-07-28 Thread Joshua Kinard
On 07/28/2014 04:41, Matthew Fortune wrote: Hi Joshua, I know very little about this area but I'll try and offer some advice anyway... You know more than I do :) On 07/05/2014 23:43, Joshua Kinard wrote: Hi, I filed PR61538 about two weeks ago, regarding gcc-4.8.x and up not

RE: Help w/ PR61538?

2014-07-28 Thread Matthew Fortune
for a little while. Matthew -Original Message- From: Joshua Kinard [mailto:ku...@gentoo.org] Sent: 28 July 2014 10:40 To: Matthew Fortune; gcc@gcc.gnu.org Subject: Re: Help w/ PR61538? On 07/28/2014 04:41, Matthew Fortune wrote: Hi Joshua, I know very little about this area

Re: Help w/ PR61538?

2014-07-27 Thread Joshua Kinard
On 07/05/2014 23:43, Joshua Kinard wrote: Hi, I filed PR61538 about two weeks ago, regarding gcc-4.8.x and up not compiling a g++/pthreads-linked app correctly on SGI R1x000-based systems (Octane, Onyx2), running Linux. Running the subsequently-compiled application simply hangs in a futex

Help w/ PR61538?

2014-07-05 Thread Joshua Kinard
Hi, I filed PR61538 about two weeks ago, regarding gcc-4.8.x and up not compiling a g++/pthreads-linked app correctly on SGI R1x000-based systems (Octane, Onyx2), running Linux. Running the subsequently-compiled application simply hangs in a futex syscall until terminated via Ctrl+C. I suspect