diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-13 17:50:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-13 17:50:24 +0000 |
commit | 82f0a09c1036c8651f0aa01d1f635abf9460d9f8 (patch) | |
tree | 743067e3096b69b859d8ab521706dfe43111b21c /docs | |
parent | a1998d1cbab495aad05c97b36836788809903b79 (diff) |
gcc 3.2.3 is also bad.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47073 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GettingStarted.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 4009d34f44..3c06db1492 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -510,7 +510,8 @@ of GCC you are using. 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 |