This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug sanitizer/55561] TSAN: provide a TSAN instrumented libgomp


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55561

--- Comment #52 from Joost VandeVondele <Joost.VandeVondele at mat dot ethz.ch> ---
(In reply to Jakub Jelinek from comment #51)

> Your assumption is wrong, reductions are not handled in libgomp, but in the
> code emitted by the compiler.

does this imply that the combination of -fsanitize=thread and a libgomp as
obtained with --disable-linux-futex is indeed a 'proper' solution for this PR,
or do you think that building two libraries such as suggested in comment #42
would be best ?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]