diff options
author | John Criswell <criswell@uiuc.edu> | 2004-11-23 22:06:24 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-11-23 22:06:24 +0000 |
commit | fd769457b8e0e7ea25d8aa184ef685347faa77bf (patch) | |
tree | 882a7530dff486e5e1bc1079dc26fe194d9c5588 /llvm/docs/GettingStarted.html | |
parent | c5fc6f57177b4f3951ab86ac7edba0ae43f2e166 (diff) | |
download | bcm5719-llvm-fd769457b8e0e7ea25d8aa184ef685347faa77bf.tar.gz bcm5719-llvm-fd769457b8e0e7ea25d8aa184ef685347faa77bf.zip |
Added remark about GCC 3.2.2. Someone with more knowledge of the problem
can elaborate.
llvm-svn: 18177
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-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 cccd49e82c6..3afbc890453 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -458,10 +458,11 @@ 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.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 the "<tt>convert_from_eh_region_ranges_1</tt>" GCC function.</p> - </div> |