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

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



Changes in directory llvm-www/releases/1.3/docs:

ReleaseNotes.html updated: 1.7 -> 1.8
---
Log message:

Bug found


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

Index: llvm-www/releases/1.3/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.3/docs/ReleaseNotes.html:1.7 llvm-www/releases/1.3/docs/ReleaseNotes.html:1.8
--- llvm-www/releases/1.3/docs/ReleaseNotes.html:1.7	Mon Sep 27 22:45:08 2004
+++ llvm-www/releases/1.3/docs/ReleaseNotes.html	Mon Oct  4 19:23:28 2004
@@ -483,6 +483,9 @@
 </ul><b>Bugs in 1.3 fixed in 1.4:</b><ul>
 
 <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>
+
 </ul>
 </div>
 
@@ -786,7 +789,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:08 $
+  Last modified: $Date: 2004/10/05 00:23:28 $
 </address>
 
 </body>






More information about the llvm-commits mailing list