Displaying 3 results from an estimated 3 matches for "ccbmwlud".
2004 Aug 04
0
[LLVMdev] error building updated LLVM
...#39;:
InstrSelectorEmitter.cpp:1295: internal compiler error: in
convert_from_eh_region_ranges_1, at except.c:1159
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
Preprocessed source stored into /tmp/ccbMwLuD.out file, please attach this to your bugreport
</snip>
As is my usual approach to internal compiler errors I tried to compile it a second time and received the same error. If anyone knows what is going on and how to fix it I would appreciate it ;)
~Patrick
-------------- next part --------...
2004 Aug 04
4
[LLVMdev] error building updated LLVM
..._from_eh_region_ranges_1, at except.c:1159
> Please submit a full bug report,
GCC 3.3.2 is not compatible with LLVM, sorry!
-Chris
> with preprocessed source if appropriate.
> See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.
> Preprocessed source stored into /tmp/ccbMwLuD.out file, please attach this to your bugreport
> </snip>
>
> As is my usual approach to internal compiler errors I tried to compile it a second time and received the same error. If anyone knows what is going on and how to fix it I would appreciate it ;)
>
> ~Patrick
-Chris
-...
2004 Aug 03
3
[LLVMdev] Compiler Driver [high-level comments]
I just had a chance to read some of follow-up comments on Reid's
initial document. I agree with Chris's discussion below of what is
needed for users to get IPO/lifelong opt'n via LLVM without extensive
changes to Makefiles, and about what .o files should contain. This is
in perfect agreement with what I just said about how users should view
LLVM.
--Vikram