[Bug sanitizer/57507] gcc 4.8: thread sanitizer: std::thread false(?) positive
redi at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jan 4 15:22:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57507
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |FIXED
Target Milestone|--- |6.0
--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> ---
This should no longer be a problem, because std::thread doesn't use
std::shared_ptr these days.
More information about the Gcc-bugs
mailing list