Added remark about GCC 3.2.2. Someone with more knowledge of the problem
authorJohn Criswell <criswell@uiuc.edu>
Tue, 23 Nov 2004 22:06:24 +0000 (22:06 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Tue, 23 Nov 2004 22:06:24 +0000 (22:06 +0000)
can elaborate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18177 91177308-0d34-0410-b5e6-96231b3b80d8

docs/GettingStarted.html

index cccd49e82c6a31a2978009dca78fb470398c021e..3afbc8904532c5cb00ef8bc0f3dff741dbf0f88c 100644 (file)
@@ -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>