This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2
- 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: Sun, 29 Jan 2012 15:54:59 +0000
- Subject: [Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2
- Auto-submitted: auto-generated
- References: <bug-51906-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51906
--- Comment #20 from Jack Howarth <howarth at nitro dot med.uc.edu> 2012-01-29 15:54:59 UTC ---
(In reply to comment #19)
> could you also let me know what the value of
> HAVE_AS_TLS
> is in gcc/auto-host.h
Both the darwin10 build (without this problem) and the darwin11 build (which
exhibits it) show...
howarth% grep HAVE_AS_TLS gcc/auto-host.h
/* #undef HAVE_AS_TLS */
/* #undef HAVE_AS_TLS_MARKERS */