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

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


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

ReleaseNotes.html updated: 1.8 -> 1.9

---
Log message:

bug found


---
Diffs of the changes:  (+6 -5)

Index: llvm-www/releases/1.1/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.1/docs/ReleaseNotes.html:1.8 llvm-www/releases/1.1/docs/ReleaseNotes.html:1.9
--- llvm-www/releases/1.1/docs/ReleaseNotes.html:1.8	Thu Jan  8 11:22:55 2004
+++ llvm-www/releases/1.1/docs/ReleaseNotes.html	Sun Jan 11 23:14:54 2004
@@ -607,11 +607,12 @@
 <li>The C++ front-end inherits all problems afflicting the <a href="#c-fe">C
     front-end</a>.</li>
 
-<li>
-<a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=137">
-Code is generated for empty classes.
-</a>
+<li><a href="http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=137">Code is generated for empty classes.</a>
 </li>
+
+</ul><b>Bugs in 1.1 fixed in 1.2:</b><ul>
+
+<li><a href="http://llvm.cs.uiuc.edu/PR204">[llvmg++] Dynamically initialized constants cannot be marked 'constant'</a></li>
 </ul>
 </div>
 
@@ -748,7 +749,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:22:55 $
+  Last modified: $Date: 2004/01/12 05:14:54 $
 </address>
 
 </body>





More information about the llvm-commits mailing list