Displaying 4 results from an estimated 4 matches for "gomp_mutex_unlock".
Did you mean:
gomp_mutex_lock
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
...2:
../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h: In function 'gomp_mutex_lock':
../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h:47: error: incompatible type for argument 1 of '__sync_bool_compare_and_swap'
../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h: In function 'gomp_mutex_unlock':
../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h:54: error: incompatible type for argument 1 of '__sync_lock_test_and_set'
make[4]: *** [alloc.lo] Error 1
I rummaged around in the recent Apple changes but didn't see anything
that could cause this.
Ciao,
Duncan.
2008 Jul 30
0
[LLVMdev] More llvm-gcc build breakage
...p/config/linux/mutex.h: In function
> 'gomp_mutex_lock':
> ../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h:47: error:
> incompatible type for argument 1 of '__sync_bool_compare_and_swap'
> ../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h: In function
> 'gomp_mutex_unlock':
> ../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h:54: error:
> incompatible type for argument 1 of '__sync_lock_test_and_set'
> make[4]: *** [alloc.lo] Error 1
>
> I rummaged around in the recent Apple changes but didn't see anything
> that could cause this....
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
...n function
> > 'gomp_mutex_lock':
> > ../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h:47: error:
> > incompatible type for argument 1 of '__sync_bool_compare_and_swap'
> > ../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h: In function
> > 'gomp_mutex_unlock':
> > ../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h:54: error:
> > incompatible type for argument 1 of '__sync_lock_test_and_set'
> > make[4]: *** [alloc.lo] Error 1
> >
> > I rummaged around in the recent Apple changes but didn't see anything
&g...
2008 Jul 30
0
[LLVMdev] More llvm-gcc build breakage
...n
>>> 'gomp_mutex_lock':
>>> ../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h:47: error:
>>> incompatible type for argument 1 of '__sync_bool_compare_and_swap'
>>> ../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h: In function
>>> 'gomp_mutex_unlock':
>>> ../../../gcc-4.2.llvm/libgomp/config/linux/mutex.h:54: error:
>>> incompatible type for argument 1 of '__sync_lock_test_and_set'
>>> make[4]: *** [alloc.lo] Error 1
>>>
>>> I rummaged around in the recent Apple changes but didn't se...