[llvm-commits] CVS: llvm/docs/GettingStarted.html

John Criswell criswell at cs.uiuc.edu
Tue Nov 23 14:06:42 PST 2004



Changes in directory llvm/docs:

GettingStarted.html updated: 1.80 -> 1.81
---
Log message:

Added remark about GCC 3.2.2.  Someone with more knowledge of the problem
can elaborate.


---
Diffs of the changes:  (+3 -2)

Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.80 llvm/docs/GettingStarted.html:1.81
--- llvm/docs/GettingStarted.html:1.80	Tue Nov 23 13:26:24 2004
+++ llvm/docs/GettingStarted.html	Tue Nov 23 16:06:24 2004
@@ -458,10 +458,11 @@
 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>
 
 
@@ -1442,7 +1443,7 @@
   <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
   <a href="http://llvm.x10sys.com/rspencer/">Reid Spencer</a><br>
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/11/23 19:26:24 $
+  Last modified: $Date: 2004/11/23 22:06:24 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list