Displaying 3 results from an estimated 3 matches for "gomp_critical_end".
2008 Jul 30
3
[LLVMdev] address space overloading patch broke the llvm-gcc build
...../../../gcc-4.2.llvm/libgomp/critical.c -fPIC -DPIC -o .libs/critical.o
Overloaded intrinsic has incorrect suffix: '.i8'. It should be '.i8.p0i8'
i8 (i8*, i8)* @llvm.atomic.swap.i8
Broken module found, compilation aborted!
../../../gcc-4.2.llvm/libgomp/critical.c: In function 'GOMP_critical_end':
../../../gcc-4.2.llvm/libgomp/critical.c:44: internal compiler error: Aborted
So I guess your address space overloading patch broke llvm-gcc.
Ciao,
Duncan.
2008 Jul 30
0
[LLVMdev] address space overloading patch broke the llvm-gcc build
...ical.c -fPIC -DPIC -o .libs/critical.o
> Overloaded intrinsic has incorrect suffix: '.i8'. It should be
> '.i8.p0i8'
> i8 (i8*, i8)* @llvm.atomic.swap.i8
> Broken module found, compilation aborted!
> ../../../gcc-4.2.llvm/libgomp/critical.c: In function
> 'GOMP_critical_end':
> ../../../gcc-4.2.llvm/libgomp/critical.c:44: internal compiler
> error: Aborted
>
> So I guess your address space overloading patch broke llvm-gcc.
>
> Ciao,
>
> Duncan.
2008 Jul 30
1
[LLVMdev] address space overloading patch broke the llvm-gcc build
...-o .libs/critical.o
>> Overloaded intrinsic has incorrect suffix: '.i8'. It should be
>> '.i8.p0i8'
>> i8 (i8*, i8)* @llvm.atomic.swap.i8
>> Broken module found, compilation aborted!
>> ../../../gcc-4.2.llvm/libgomp/critical.c: In function
>> 'GOMP_critical_end':
>> ../../../gcc-4.2.llvm/libgomp/critical.c:44: internal compiler
>> error: Aborted
>>
>> So I guess your address space overloading patch broke llvm-gcc.
>>
>> Ciao,
>>
>> Duncan.
>
> _______________________________________________
> LL...