https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110799
--- Comment #4 from rguenther at suse dot de <rguenther at suse dot de> --- On Tue, 25 Jul 2023, vries at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110799 > > --- Comment #2 from Tom de Vries <vries at gcc dot gnu.org> --- > (In reply to Richard Biener from comment #1) > > We consider introducing load data races OK, what's the difference here? > > This is a load vs. store data race. > > > There are other passes that would do similar things but in practice the > > loads would be considered to possibly trap so the real-world impact might be > > limited? > > If you're suggesting to fix this in a more generic way, I'm all for it. I'm suggesting to not fix it ;) That said, is TSAN a useful vehicle?