[llvm] r264139 - FAQ: We require GCC 4.7 - nobody's asking about build failures with 3.3.2

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 22 23:38:53 PDT 2016


Author: bogner
Date: Wed Mar 23 01:38:53 2016
New Revision: 264139

URL: http://llvm.org/viewvc/llvm-project?rev=264139&view=rev
Log:
FAQ: We require GCC 4.7 - nobody's asking about build failures with 3.3.2

Modified:
    llvm/trunk/docs/FAQ.rst

Modified: llvm/trunk/docs/FAQ.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FAQ.rst?rev=264139&r1=264138&r2=264139&view=diff
==============================================================================
--- llvm/trunk/docs/FAQ.rst (original)
+++ llvm/trunk/docs/FAQ.rst Wed Mar 23 01:38:53 2016
@@ -178,12 +178,6 @@ available in the debug build.  These tes
 profile build.
 
 
-Compiling LLVM with GCC 3.3.2 fails, what should I do?
-------------------------------------------------------
-This is `a bug in GCC <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13392>`_,
-and affects projects other than LLVM.  Try upgrading or downgrading your GCC.
-
-
 After Subversion update, rebuilding gives the error "No rule to make target".
 -----------------------------------------------------------------------------
 If the error is of the form:




More information about the llvm-commits mailing list