search for: __fixunsxfdi

Displaying 4 results from an estimated 4 matches for "__fixunsxfdi".

Did you mean: __fixunsdfdi
2006 Mar 15
0
[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
...unsxfdi.o cc1: /space/p2/ghost/build/llvm-cvs/include/llvm/Instructions.h:72: void llvm::AllocationInst::setAlignment(unsigned int): Assertion `(Align & (Align-1)) == 0 && "Alignment is not a power of 2!"' failed. ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c: In function '__fixunsxfdi': ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c:1205: internal compiler error: Aborted Please submit a full bug report, with preprocessed source if appropriate. The preprocessed source will be send by private email. - Volodya
2006 Mar 15
2
[LLVMdev] Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
>> Sorry for the delay, please try this tarball: >> http://nondot.org/sabre/2006-03-02-llvm-gcc-4.tar.gz > > There's some confusion with --enable-llvm configure parameter. I've built > LLVM to a separate build dir. The source is ~ghost/Work/llvm-cvs and build > dir is /space/p2/ghost/build/llvm-cvs ... > So, it seems like, at the same time: > > 1. buildir
2006 Mar 15
2
[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
.../space/p2/ghost/build/llvm-cvs/include/llvm/Instructions.h:72: void > llvm::AllocationInst::setAlignment(unsigned int): Assertion `(Align & > (Align-1)) == 0 && "Alignment is not a power of 2!"' failed. > ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c: In function '__fixunsxfdi': > ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c:1205: internal compiler error: > Aborted > Please submit a full bug report, > with preprocessed source if appropriate. I can't reproduce this on darwin-ppc or darwin-x86, so this is a stab in the dark. Can you try this patch: ===...
2006 Mar 15
0
[LLVMdev] Re: Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
...lude/llvm/Instructions.h: >> 72: void >> llvm::AllocationInst::setAlignment(unsigned int): Assertion `(Align & >> (Align-1)) == 0 && "Alignment is not a power of 2!"' failed. >> ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c: In function >> '__fixunsxfdi': >> ../../2006-03-14-llvm-gcc-4/gcc/libgcc2.c:1205: internal compiler >> error: >> Aborted >> Please submit a full bug report, >> with preprocessed source if appropriate. > > I can't reproduce this on darwin-ppc or darwin-x86, so this is a > stab...