diff options
author | John Criswell <criswell@uiuc.edu> | 2003-10-27 17:41:53 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2003-10-27 17:41:53 +0000 |
commit | 9774595f52413a353f4aeb97cf29dc76d4493f77 (patch) | |
tree | 8af315c6a5815ff8fcf72e6d8bc1c48f33444588 | |
parent | 89ca2b83348c50dfef86469f1e834db2ea80ec36 (diff) |
Updated with Vikram's comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9532 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index cc840bc58e..3b4cb28948 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -156,7 +156,8 @@ table in the archive). <li>The following Unix system functionality has not been tested and may not work: <ol> <li><tt>sigsetjmp</tt>, <tt>siglongjmp</tt> - These are not turned into the - appropriate <tt>invoke</tt>/<tt>unwind</tt> instructions. + appropriate <tt>invoke</tt>/<tt>unwind</tt> instructions. Note that + <tt>setjmp</tt> and <tt>longjmp</tt> <em>are</em> compiled correctly. <li><tt>getcontext</tt>, <tt>setcontext</tt>, <tt>makecontext</tt> - These functions have not been tested. </ol><p> @@ -270,9 +271,8 @@ table in the archive). <!-- _______________________________________________________________________ --> </ul><h4><a name="c++-fe"><hr size=0>Known problems with the C++ front-end</h4><ul> -For this release, the C++ front-end is considered to be of <b>beta</b> quality. -It works for a large number of simple programs, but has not been extensively -tested. We welcome bug reports though!<p> +For this release, the C++ front-end is considered to be fully functional but +of <b>beta</b> quality. It has been tested and works for a number of simple programs that collectively exercise most of the language. Nevertheless, it has not been in use as long as the C front-end. Please report any bugs or problems.<p> <li>The C++ front-end inherits all problems afflicting the <a href="#c-fe">C front-end</a><p> @@ -369,6 +369,6 @@ via the mailing lists.<p> 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:06:01 CST 2003 +Last modified: Mon Oct 27 11:40:00 CST 2003 <!-- hhmts end --> </body></html> |