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

LLVM llvm at cs.uiuc.edu
Sat Jun 19 13:31:01 PDT 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.203 -> 1.204

---
Log message:

Add a note about GCC 3.3.2 optimization bug that causes llc to spin.


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.203 llvm/docs/ReleaseNotes.html:1.204
--- llvm/docs/ReleaseNotes.html:1.203	Fri Jun 18 20:11:02 2004
+++ llvm/docs/ReleaseNotes.html	Sat Jun 19 13:24:05 2004
@@ -651,7 +651,13 @@
 <div class="doc_text">
 
 <ul>
-<li>None so far.
+  <li>Optimized (Release) versions of LLVM built with GCC 3.3.2 or 3.3.3 will 
+  produce an llc tool that always enters an infinite loop due to what 
+  appears to be an optimization bug (-O2 and -O3) in those versions of GCC. 
+  This problem does not happen in GCC 3.3.1 nor GCC 3.4.0 nor does it happen if
+  you build a Debug version of LLVM. You are cautioned not to use GCC 3.3.2 or 
+  GCC 3.3.3 to build Optimized versions of LLVM. It is unclear whether this problem 
+  affects other backends but it is unlikely.</li>
 </ul>
 
 </div>
@@ -726,7 +732,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2004/06/19 01:11:02 $
+  Last modified: $Date: 2004/06/19 18:24:05 $
 </address>
 
 </body>





More information about the llvm-commits mailing list