mention the C++ exception problems on alpha
authorAndrew Lenharth <andrewl@lenharth.org>
Sat, 14 May 2005 17:43:00 +0000 (17:43 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Sat, 14 May 2005 17:43:00 +0000 (17:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22029 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index 9bfac5c45529d1dd310e52b680bd9c37104e5438..352527e0c5c0e86d32256bbaf859e5927d8b1a50 100644 (file)
@@ -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>