Re: [PATCH] tsan: Don't instrument non-generic AS accesses [PR111736]

2024-03-26 Thread Richard Biener
On Tue, 26 Mar 2024, Jakub Jelinek wrote: > Hi! > > Similar to the asan and ubsan changes, we shouldn't instrument non-generic > address space accesses with tsan, because we just have library functions > which take address of the objects as generic address space pointers, so they > can't handle

[PATCH] tsan: Don't instrument non-generic AS accesses [PR111736]

2024-03-26 Thread Jakub Jelinek
Hi! Similar to the asan and ubsan changes, we shouldn't instrument non-generic address space accesses with tsan, because we just have library functions which take address of the objects as generic address space pointers, so they can't handle anything else. Bootstrapped/regtested on x86_64-linux