[LLVMdev] llvm 1.0, g++, SuSE 9, internal compiler error

Chris Lattner sabre at nondot.org
Thu Nov 13 11:43:02 PST 2003


> Your favorite choice:
>
> - gcc bug
> - problem with SuSE distribution

One of these two.  In theory GCC should never crash (even if the LLVM
sources had problems), and since SuSE made modifications to the compiler
before they shipped it, they implicitly took responsibility for the end
result.  You can try sending a bug report to SuSE.

That said, if you can figure out what is causing the problem, I would
definitely like to put a workaround in the LLVM code, assuming it's not
too ugly.  Compatibility with a broad range of compilers is important,
even if they are buggy.  :)

-Chris

-- 
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/




More information about the llvm-dev mailing list