aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-11-23 22:06:24 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-11-23 22:06:24 +0000
commit294ba022bc0f365953bd63b893ee84167a96c7d5 (patch)
tree857a96dac45c45593c43b3a8c032558b9895199c
parent65b7f3ed2af7450bb2cd22cd200c04d9493ddd65 (diff)
Added remark about GCC 3.2.2. Someone with more knowledge of the problem
can elaborate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18177 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/GettingStarted.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index cccd49e82c..3afbc89045 100644
--- a/docs/GettingStarted.html
+++ b/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>