search for: cccuq9ux

Displaying 5 results from an estimated 5 matches for "cccuq9ux".

2007 Mar 29
0
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
...32-bit processor requested. In file included from ../../llvm-gcc-src/gcc/crtstuff.c:67: ../../llvm-gcc-src/gcc/unwind-dw2-fde.h: In function âget_cieâ: ../../llvm-gcc-src/gcc/unwind-dw2-fde.h:163: warning: return from incompatible p ointer type /tmp/ccCUQ9uX.s: Assembler messages: /tmp/ccCUQ9uX.s:11: Error: `completed.4804(%rip)' is not a valid base/index expr ession /tmp/ccCUQ9uX.s:17: Error: `p.4803(%rip)' is not a valid base/index expression /tmp/ccCUQ9uX.s:18: Error: bad register name `%rax...
2007 Mar 29
2
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
Ferad Zyulkyarov wrote: > By the way. I will use the opportunity to ask you again :) I tried to > compile with gcc 4.0.4. It successfully compile LLVM but fails > compiling LLVM's gcc front end. The problem is architectural 32 and 64 > bit. The machine has intel xeon CPU that is physically 32 bit but has > 64 extension x86_64 (or something like that, I am not exactly sure). >
2007 Mar 29
0
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
> i had the same errors. adding "--disable-multilib" to configure solved > the problem. but i guess this is not a general solution. Thanks, that worked. Probably it would be good if this issue is included in the readme file for gcc-front end. Regards, Ferad -- Ferad Zyulkyarov Barcelona Supercomputing Center
2007 Mar 29
1
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
Hello, Ferad. > `.gnu.linkonce.t._ZN4llvm12SCEVExpander6expandEPNS_4SCEVE' referenced > in section `.rodata' of > /home/ferad/llvm/llvm-obj/Release/lib/libLLVMAnalysis.a(ScalarEvolutionExpander.o): > defined in discarded section > `.gnu.linkonce.t._ZN4llvm12SCEVExpander6expandEPNS_4SCEVE' of >
2007 Mar 28
5
[LLVMdev] gcc 4.1* carashes compiling llvm-gcc
Hi, I tried to compile the GCC front end of LLVM in a 16 CPU SMP machine with 64bit intel xeon CPUs. I tried with (GCC 4.1.0, 4.1.1, 4.1.2 versions). The LLVM compiles perfectly but when compiling the gcc front end the compiler crashes with a segmentation fault by reporting for memory leakages. Probably this is for the GCC's mailing list, but decided to ask if you know anything more about