From: Andrew Lenharth Date: Sat, 14 May 2005 17:43:00 +0000 (+0000) Subject: mention the C++ exception problems on alpha X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=01f40b37abdc76b0c594ee9e30eaa81b80f15e2b;p=oota-llvm.git mention the C++ exception problems on alpha git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22029 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9bfac5c4552..352527e0c5c 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -593,6 +593,8 @@ frontends.
  • Vararg functions are not supported.
  • +
  • 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).
  • +