This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/47354] bitmap_allocator free_list::_M_get never locks mutex
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 18 Jan 2011 23:46:04 +0000
- Subject: [Bug libstdc++/47354] bitmap_allocator free_list::_M_get never locks mutex
- Auto-submitted: auto-generated
- References: <bug-47354-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47354
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-01-18 23:46:01 UTC ---
I wouldn't be surprised if that code has bit-rotted, I'll check it out now ...