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 this issue, PR48299, by merging in the > > upstream changes for this testcase from... > > > Index: testsuite/boehm-gc.c/thread_leak_test.c > > So, ideally, I'd like to have Bryce or Tom review this change or at least the > methodology, if they are still working in this area.
Mike, 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 seems to report boehm-gc testresults. http://gcc.gnu.org/ml/gcc-testresults/2012-02/msg02427.html vs http://gcc.gnu.org/ml/gcc-testresults/2012-02/msg01854.html Jack