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

Chris Lattner lattner at cs.uiuc.edu
Mon Oct 27 11:58:02 PST 2003


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

ReleaseNotes.html updated: 1.4 -> 1.5

---
Log message:

A new C++ front-end bug has been discovered


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

Index: llvm-www/releases/1.0/docs/ReleaseNotes.html
diff -u llvm-www/releases/1.0/docs/ReleaseNotes.html:1.4 llvm-www/releases/1.0/docs/ReleaseNotes.html:1.5
--- llvm-www/releases/1.0/docs/ReleaseNotes.html:1.4	Mon Oct 27 11:10:17 2003
+++ llvm-www/releases/1.0/docs/ReleaseNotes.html	Mon Oct 27 11:57:10 2003
@@ -328,11 +328,13 @@
     Itanium ABI C++ compilers (such as G++, the Intel and HP compilers, etc).
     <i>However</i>, the exception handling mechanism used by LLVM is very
     different from the model used in the Itanium ABI, so <b>exceptions will not
-    interact correctly</b> .
+    interact correctly</b>.
 
 <li><a href="http://llvm.cs.uiuc.edu/PR11">Code for executing
 destructors when unwinding is not shared</a>.
 
+<li><a href="http://llvm.cs.uiuc.edu/PR59">C++ frontend can crash when compiling
+virtual base classes</a> (fixed in 1.1)</li>
 
 <!-- _______________________________________________________________________ -->
 </ul><h4><a name="x86-be"><hr size=0>Known problems with the X86 back-end</h4><ul>
@@ -400,6 +402,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 11:10:08 CST 2003
+Last modified: Mon Oct 27 11:56:23 CST 2003
 <!-- hhmts end -->
 </body></html>





More information about the llvm-commits mailing list