[Bug libstdc++/51504] Data race hunting instructions in manual do not work

2012-01-05 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51504 --- Comment #5 from Jonathan Wakely 2012-01-06 01:26:12 UTC --- Author: redi Date: Fri Jan 6 01:26:06 2012 New Revision: 182943 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182943 Log: PR libstdc++/51504 * doc/xml/manual/debug.

[Bug libstdc++/51504] Data race hunting instructions in manual do not work

2011-12-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51504 --- Comment #4 from Paolo Carlini 2011-12-23 23:33:59 UTC --- Nice tip.

[Bug libstdc++/51504] Data race hunting instructions in manual do not work

2011-12-23 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51504 --- Comment #3 from Jonathan Wakely 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::thre

[Bug libstdc++/51504] Data race hunting instructions in manual do not work

2011-12-11 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51504 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug libstdc++/51504] Data race hunting instructions in manual do not work

2011-12-11 Thread bart.vanassche at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51504 --- Comment #1 from Bart Van Assche 2011-12-11 20:26:47 UTC --- Created attachment 26049 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26049 Detailed DRD output for the test program