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

Chris Lattner lattner at cs.uiuc.edu
Sat Feb 12 12:11:28 PST 2005



Changes in directory llvm/docs:

GettingStarted.html updated: 1.111 -> 1.112
---
Log message:

Add note about broken GCC


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

 GettingStarted.html |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)


Index: llvm/docs/GettingStarted.html
diff -u llvm/docs/GettingStarted.html:1.111 llvm/docs/GettingStarted.html:1.112
--- llvm/docs/GettingStarted.html:1.111	Wed Feb  9 16:52:46 2005
+++ llvm/docs/GettingStarted.html	Sat Feb 12 14:11:13 2005
@@ -458,7 +458,8 @@
 <p>LLVM is very demanding of the host C++ compiler, and as such tends to expose
 bugs in the compiler.  In particular, several versions of GCC crash when trying
 to compile LLVM.  We routinely use GCC 3.3.3 and GCC 3.4.0 and have had success
-with them.  Other versions of GCC will probably work as well.  GCC versions listed
+with them (except on Cygwin, see below).  Other versions of GCC will probably
+work as well.  GCC versions listed
 here are known to not work.  If you are using one of these versions, please try
 to upgrade your GCC to something more recent.  If you run into a problem with a
 version of GCC not listed here, please <a href="mailto:llvmdev at cs.uiuc.edu">let
@@ -475,6 +476,10 @@
 <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>
+
+<p><b>GCC 3.3.3</b>: The version of GCC 3.3.3 commonly shipped with Cygwin does
+   not work.  Please <a href="CFEBuildInstrs.html#cygwin">upgrade to a newer
+   version</a> if possible.  Note that this apparently only affects Cygwin.</p>
 </div>
 
 
@@ -1495,7 +1500,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: 2005/02/09 22:52:46 $
+  Last modified: $Date: 2005/02/12 20:11:13 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list