Re: [PATCH] fix PR48299 by merging changes for thread_leak_test.c from upstream

2012-02-28 Thread Richard Guenther
On Mon, 27 Feb 2012, Mike Stump wrote: On Feb 27, 2012, at 1:01 PM, Jack Howarth wrote: Since this is just a testsuite issue in boehm-gc, wouldn't this be Hans' call? I would definitely like to get this fixed in gcc 4.7 so that the boehm-gc testsuite doesn't suffer timeouts. Also

[PATCH] fix PR48299 by merging changes for thread_leak_test.c from upstream

2012-02-27 Thread Jack Howarth
Currently the testsuite/boehm-gc.c/thread_leak_test.c executation test will hang on several targets including x86_64-apple-darwin10/11 for -m32/-m64. The attached patch eliminates this issue, PR48299, by merging in the upstream changes for this testcase from...

Re: [PATCH] fix PR48299 by merging changes for thread_leak_test.c from upstream

2012-02-27 Thread Mike Stump
On Feb 27, 2012, at 8:41 AM, Jack Howarth wrote: Currently the testsuite/boehm-gc.c/thread_leak_test.c executation test will hang on several targets including x86_64-apple-darwin10/11 for -m32/-m64. The attached patch eliminates this issue, PR48299, by merging in the upstream changes for this

Re: [PATCH] fix PR48299 by merging changes for thread_leak_test.c from upstream

2012-02-27 Thread Jack Howarth
On Mon, Feb 27, 2012 at 10:07:20AM -0800, Mike Stump wrote: On Feb 27, 2012, at 8:41 AM, Jack Howarth wrote: Currently the testsuite/boehm-gc.c/thread_leak_test.c executation test will hang on several targets including x86_64-apple-darwin10/11 for -m32/-m64. The attached patch eliminates

Re: [PATCH] fix PR48299 by merging changes for thread_leak_test.c from upstream

2012-02-27 Thread Mike Stump
On Feb 27, 2012, at 1:01 PM, Jack Howarth wrote: Since this is just a testsuite issue in boehm-gc, wouldn't this be Hans' call? I would definitely like to get this fixed in gcc 4.7 so that the boehm-gc testsuite doesn't suffer timeouts. Also note that gcc 4.7 is the first release which