Check some known PATHs for mpicc in configure.
[valgrind.git] / drd / tests / rwlock_race.stderr.exp
blobd3e0b372adfcaec47d09a34c6a13dfbab13f18c8
2 Conflicting load by thread x at 0x........ size 4
3 at 0x........: thread_func (rwlock_race.c:?)
4 by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
5 Location 0x........ is 0 bytes inside global var "s_racy"
6 declared at rwlock_race.c:18
8 Conflicting store by thread x at 0x........ size 4
9 at 0x........: thread_func (rwlock_race.c:?)
10 by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
11 Location 0x........ is 0 bytes inside global var "s_racy"
12 declared at rwlock_race.c:18
14 Result: 2
16 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)