This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug testsuite/80551] c-c++-common/tsan/race_on_mutex.c fails on powerpc
- From: "marxin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 10 Aug 2017 07:59:02 +0000
- Subject: [Bug testsuite/80551] c-c++-common/tsan/race_on_mutex.c fails on powerpc
- Auto-submitted: auto-generated
- References: <bug-80551-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80551
--- Comment #4 from Martin Liška <marxin at gcc dot gnu.org> ---
(In reply to Segher Boessenkool from comment #3)
> It apparently started failing last week of January 2017. Only 64-bit
> fails, -m32 is fine.
>
> I don't know where that missing function name is coming from.
Yep, it must start in r244854 where we enable TSAN on power. So we don't have
much detailed information should I disable it for power?