[llvm-commits] CVS: llvm/docs/ReleaseNotes.html
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Sat May 14 10:43:17 PDT 2005
Changes in directory llvm/docs:
ReleaseNotes.html updated: 1.315 -> 1.316
---
Log message:
mention the C++ exception problems on alpha
---
Diffs of the changes: (+3 -1)
ReleaseNotes.html | 4 +++-
1 files changed, 3 insertions(+), 1 deletion(-)
Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.315 llvm/docs/ReleaseNotes.html:1.316
--- llvm/docs/ReleaseNotes.html:1.315 Sat May 14 00:48:13 2005
+++ llvm/docs/ReleaseNotes.html Sat May 14 12:43:00 2005
@@ -593,6 +593,8 @@
<li>Vararg functions are not supported.</li>
+<li>Due to the vararg problems, C++ exceptions do not work. Small changes are required to the CFE (which break correctness in the exception handler) to compile the exception handling library (and thus the C++ standard library).</li>
+
</ul>
</div>
@@ -653,7 +655,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: 2005/05/14 05:48:13 $
+ Last modified: $Date: 2005/05/14 17:43:00 $
</address>
</body>
More information about the llvm-commits
mailing list