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 | 419df4e0663837c8caeead40e48c6eda60a4e5e5 (patch) | |
| tree | f1c759d16858a51e2db29d87bccc7e02396df1d0 /llvm/docs | |
| parent | 755d39b233de19b3c665b300c206810010afc2c6 (diff) | |
| download | bcm5719-llvm-419df4e0663837c8caeead40e48c6eda60a4e5e5.tar.gz bcm5719-llvm-419df4e0663837c8caeead40e48c6eda60a4e5e5.zip | |
gcc 3.2.3 is also bad.
llvm-svn: 47073
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 4009d34f442..3c06db1492d 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/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 |

