This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/51906] thread lock test failures on darwin11 under Xcode 4.2


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 */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]