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

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 4 17:23:13 PDT 2004



Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.240 -> 1.241
---
Log message:

Bug fixed


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.240 llvm/docs/ReleaseNotes.html:1.241
--- llvm/docs/ReleaseNotes.html:1.240	Mon Sep 27 22:45:22 2004
+++ llvm/docs/ReleaseNotes.html	Mon Oct  4 19:23:02 2004
@@ -174,6 +174,8 @@
 
 <ol>
 <li><a href="http://llvm.org/PR445">[llvmg++] not enough templates are instantiated</a></li>
+<li><a href="http://llvm.org/PR450">[llvmg++] Extern const globals cannot be 
+marked 'constant' if they have nontrivial ctors or dtors</a></li>
 </ol>
 
 <p>Bugs fixed in the Sparc V9 back-end:</p>
@@ -617,7 +619,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/09/28 03:45:22 $
+  Last modified: $Date: 2004/10/05 00:23:02 $
 </address>
 
 </body>






More information about the llvm-commits mailing list