[LLVMbugs] [Bug 6385] New: __block used in libstdc++ header
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Feb 22 04:01:55 PST 2010
http://www.llvm.org/bugs/show_bug.cgi?id=6385
Summary: __block used in libstdc++ header
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: chris at bubblescope.net
CC: dgregor at apple.com
Estimated Hours: 0.0
__block is used in ext/mt_allocator.h in libstdc++. This is similar to bug
#4746. Hopefully it will get fixed shortly in libstdc++, but that still will
not fix older version.
Note that this bug does NOT exist in Apple's release of libstdc++, they renamed
__block to __blockguard.
--
Configure bugmail: http://www.llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the llvm-bugs
mailing list