[Bug testsuite/80551] c-c++-common/tsan/race_on_mutex.c fails on powerpc
segher at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 23 14:19:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80551
--- Comment #15 from Segher Boessenkool <segher at gcc dot gnu.org> ---
Author: segher
Date: Fri Feb 23 14:17:35 2018
New Revision: 257932
URL: https://gcc.gnu.org/viewcvs?rev=257932&root=gcc&view=rev
Log:
Fix tsan race_on_mutex.c testcase (PR80551)
The testcase did not match the glibc internal names while it should.
This fixes it.
gcc/testsuite/
PR testsuite/80551
* c-c++-common/tsan/race_on_mutex.c: Change regexp to allow
__GI___pthread_mutex_init as well.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/c-c++-common/tsan/race_on_mutex.c
More information about the Gcc-bugs
mailing list