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

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 11 23:16:01 PST 2004


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.96 -> 1.97

---
Log message:

Bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.96 llvm/docs/ReleaseNotes.html:1.97
--- llvm/docs/ReleaseNotes.html:1.96	Thu Jan  8 11:20:50 2004
+++ llvm/docs/ReleaseNotes.html	Sun Jan 11 23:15:04 2004
@@ -163,6 +163,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR186">Need weak linkage on memory
 management functions in libc runtime to allow them to be overriden</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR202">[llvm-gcc] asserts when an extern inline function is redefined</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR204">[llvmg++] Dynamically initialized constants cannot be marked 'constant'</a></li>
 </ol>
 
 </div>
@@ -598,7 +599,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/01/08 17:20:50 $
+  Last modified: $Date: 2004/01/12 05:15:04 $
 </address>
 
 </body>





More information about the llvm-commits mailing list