https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64478
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> --- I think in this case tsan is incorrect, as the signal handler never returns. This is how C++ exceptions work with non-call signals also.