https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126005
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://github.com/llvm/llv
| |m-project/issues/203451
--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Ithink this is a false positive, because the writes done by std::print all
happen within a region bounded by flockfile(stdout) and funlockfile(stdout) so
they should be serialized. But TSan does not know about flockfile:
https://github.com/llvm/llvm-project/issues/203451