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

Chris Lattner lattner at cs.uiuc.edu
Wed Nov 5 00:31:04 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.30 -> 1.31

---
Log message:

Add three more bugs


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

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.30 llvm/docs/ReleaseNotes.html:1.31
--- llvm/docs/ReleaseNotes.html:1.30	Tue Nov  4 14:06:53 2003
+++ llvm/docs/ReleaseNotes.html	Wed Nov  5 00:30:04 2003
@@ -66,8 +66,6 @@
 
 <ol>
 <li><a href="http://mail.cs.uiuc.edu/pipermail/llvmdev/2003-November/000528.html">A new LLVM profiler, similar to gprof</a> is available</li>
-<li>temp</li>
-<li>temp</li>
 </ol><p>
 
 In this release, the following Quality of Implementation issues were fixed:<p>
@@ -98,6 +96,9 @@
 <li><a href="http://llvm.cs.uiuc.edu/PR81">CFrontend crashes when compiling C99 compound expressions</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR83">[X86] Emission of global bool initializers broken</a></li>
 <li><a href="http://llvm.cs.uiuc.edu/PR87">llvm-gcc infinite loops on "case MAXINT:"</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR89">[C++] Catch blocks make unparsable labels</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR90">[C++] Initializing array with constructable objects fail</a></li>
+<li><a href="http://llvm.cs.uiuc.edu/PR91">[gccld] The -r (relinking) option does not work correctly</a></li>
 </ol><p>
 
 At this time, LLVM is known to work properly with SPEC CPU 2000, the Olden
@@ -404,6 +405,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: Tue Nov  4 14:05:01 CST 2003
+Last modified: Wed Nov  5 00:07:20 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list