This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug boehm-gc/48299] [4.7 Regression] FAIL: boehm-gc.c/thread_leak_test.c
- From: "howarth at nitro dot med.uc.edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 27 Feb 2012 13:54:20 +0000
- Subject: [Bug boehm-gc/48299] [4.7 Regression] FAIL: boehm-gc.c/thread_leak_test.c
- Auto-submitted: auto-generated
- References: <bug-48299-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48299
--- Comment #20 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-02-27 13:54:20 UTC ---
Can folks on other failing targets try the backport of the thread_leak_test.c
from upstream bdwgc? This seems to solve the issue on x86_64-apple-darwin11.
Note that the test case has been refactored upstream to have GC_find_leak = 1
to be set on only once in main rather than repeatedly in the test subroutine
(among other changes).