summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2005-05-14 17:43:00 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2005-05-14 17:43:00 +0000
commit01f40b37abdc76b0c594ee9e30eaa81b80f15e2b (patch)
tree1f836fe00e623c185af1945e857242363df0dece /docs/ReleaseNotes.html
parentc6e3d5ea2edc680fe601aa0d03d879ee042f60d3 (diff)
downloadllvm-01f40b37abdc76b0c594ee9e30eaa81b80f15e2b.tar.gz
llvm-01f40b37abdc76b0c594ee9e30eaa81b80f15e2b.tar.bz2
llvm-01f40b37abdc76b0c594ee9e30eaa81b80f15e2b.tar.xz
mention the C++ exception problems on alpha
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9bfac5c455..352527e0c5 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -593,6 +593,8 @@ frontends.</li>
<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>