This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: [PATCH] New condvar implementation that provides stronger ordering guarantees.


In addition to hppa (as expected), it appears the build is broken for 
sparcv9 (previous discussion said it was broken for pre-v9, did the 
expected breakage change as a result of other sparc changes?).

https://sourceware.org/ml/libc-testresults/2016-q4/msg00093.html

For sparc64-linux-gnu I see

pthread_cond_init.c: In function '__pthread_cond_init':
pthread_cond_init.c:38:17: error: 'struct <anonymous>' has no member named 
'__wrefs'
     cond->__data.__wrefs |= __PTHREAD_COND_SHARED_MASK;
                 ^
pthread_cond_init.c:44:17: error: 'struct <anonymous>' has no member named 
'__wrefs'
     cond->__data.__wrefs |= __PTHREAD_COND_CLOCK_MONOTONIC_MASK;
                 ^
and various such errors for sparcv9-linux-gnu.

-- 
Joseph S. Myers
joseph@codesourcery.com


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