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

Chris Lattner lattner at cs.uiuc.edu
Tue Oct 28 17:14:01 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.18 -> 1.19

---
Log message:

Add fixed PR


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.18 llvm/docs/ReleaseNotes.html:1.19
--- llvm/docs/ReleaseNotes.html:1.18	Mon Oct 27 12:30:37 2003
+++ llvm/docs/ReleaseNotes.html	Tue Oct 28 17:13:03 2003
@@ -82,6 +82,7 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR57">[inliner] Inlining invoke with PHI in unwind target is broken</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR58">[linker] linkonce globals should link successfully to external globals</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR59">C++ frontend can crash when compiling virtual base classes</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR62">C backend fails on constant cast expr to ptr-to-anonymous struct</a></li>
 </ol><p>
 
 At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden
@@ -378,6 +379,6 @@
 Maintained By: <a href="http://llvm.cs.uiuc.edu/">The LLVM Team</a><br>
 <!-- Created: Wed Oct  1 17:38:54 CDT 2003 -->
 <!-- hhmts start -->
-Last modified: Mon Oct 27 12:29:30 CST 2003
+Last modified: Tue Oct 28 17:11:57 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list