From: Gabor Greif Date: Mon, 2 Mar 2009 19:08:05 +0000 (+0000) Subject: add a Q/A on broken GCCs X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=54820ce91c9e15a18b7e1935868be2e678858425;p=oota-llvm.git add a Q/A on broken GCCs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65857 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/FAQ.html b/docs/FAQ.html index d94c368d0c7..d15506014bb 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -48,6 +48,7 @@
  • I've built LLVM and am testing it, but the tests freeze.
  • Why do test results differ when I perform different types of builds?
  • Compiling LLVM with GCC 3.3.2 fails, what should I do?
  • +
  • Compiling LLVM with GCC succeeds, but the resulting tools do not work, what can be wrong?
  • When I use the test suite, all of the C Backend tests fail. What is wrong?
  • After Subversion update, rebuilding gives the error "No rule to make @@ -355,6 +356,17 @@ build.

    affects projects other than LLVM. Try upgrading or downgrading your GCC.

    +
    +

    Compiling LLVM with GCC succeeds, but the resulting tools do not work, what can be wrong?

    +
    + +
    +

    Several versions of GCC have shown a weakness in miscompiling the LLVM codebase. Please +consult your compiler version (gcc --version) to find out whether it is +broken. If so, your only option is to upgrade +GCC to a known good version.

    +
    +

    After Subversion update, rebuilding gives the error "No rule to make target".