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++/51504] Data race hunting instructions in manual do not work


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51504

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-12-23 22:09:10 UTC ---
N.B. you don't have to rebuild the whole .so you can rebuild just thread.cc and
link thread.o into your program. The dynamic linker will do symbol
interposition and use the std::thread::_M_start_thread symbol from your program
instead of the one from libstdc++.so


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