[llvm-commits] [llvm] r47073 - /llvm/trunk/docs/GettingStarted.html
Chris Lattner
sabre at nondot.org
Wed Feb 13 09:50:25 PST 2008
Author: lattner
Date: Wed Feb 13 11:50:24 2008
New Revision: 47073
URL: http://llvm.org/viewvc/llvm-project?rev=47073&view=rev
Log:
gcc 3.2.3 is also bad.
Modified:
llvm/trunk/docs/GettingStarted.html
Modified: llvm/trunk/docs/GettingStarted.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GettingStarted.html?rev=47073&r1=47072&r2=47073&view=diff
==============================================================================
--- llvm/trunk/docs/GettingStarted.html (original)
+++ llvm/trunk/docs/GettingStarted.html Wed Feb 13 11:50:24 2008
@@ -510,7 +510,8 @@
problems in the STL that effectively prevent it from compiling LLVM.
</p>
-<p><b>GCC 3.2.2</b>: This version of GCC fails to compile LLVM.</p>
+<p><b>GCC 3.2.2 and 3.2.3</b>: These versions of GCC fails to compile LLVM with
+a bogus template error. This was fixed in later GCCs.</p>
<p><b>GCC 3.3.2</b>: This version of GCC suffered from a <a
href="http://gcc.gnu.org/PR13392">serious bug</a> which causes it to crash in
More information about the llvm-commits
mailing list