search for: lpr0

Displaying 3 results from an estimated 3 matches for "lpr0".

Did you mean: lpr
2006 Mar 07
0
[LLVMdev] Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
...ile included from ../../2006-03-02-llvm-gcc-4/gcc/crtstuff.c:67: ../../2006-03-02-llvm-gcc-4/gcc/unwind-dw2-fde.h: In function 'get_cie': ../../2006-03-02-llvm-gcc-4/gcc/unwind-dw2-fde.h:163: warning: return from incompatible pointer type Invalid operand found in inline asm: 'call .LPR0 .LPR0: popl $0 addl $$_GLOBAL_OFFSET_TABLE_+[.-.LPR0],$0' INLINEASM <es:call .LPR0 .LPR0: popl $0 addl $$_GLOBAL_OFFSET_TABLE_+[.-.LPR0],$0>, 10, %DX<def> make[1]: *** [crtbeginT.o] Error 1 make[1]: Leaving directory `/space/p2/ghost/...
2006 Mar 02
4
[LLVMdev] Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
On Thu, 2 Mar 2006, Vladimir Prus wrote: >>> The instructions seem to have one path wrong. It says to get: >> >> I'll put together a tarball today. That will be easier than dealing with >> a patch, and it will include a bunch of bugfixes since the previous email. > Further into process, I get this error: > In file included from
2006 Mar 15
2
[LLVMdev] Re: Re: Re: New GCC4-based C/C++/ObjC front-end for LLVM
...would like to tackle this problem and propose a patch, I would be happy to apply it, but I have other projects to work on now :) > Then, I'm faced with yet another problem, sorry! The problem is: > > incompatible pointer type > Invalid operand found in inline asm: 'call .LPR0 ... > This time, I don't even understand what I'm told. Note that cc1plus is > already built by the time this error is emitted. > Can you suggest something? Here's a new snapshot of the front-end: http://nondot.org/sabre/2006-03-14-llvm-gcc-4.tar.gz This: 1. Fixes the inline...